linux_dsm_epyc7002/drivers/gpu/drm/vkms
Rodrigo Siqueira 559e50fd34 drm/vkms: Add dumb operations
VKMS currently does not handle dumb data, and as a consequence, it does
not provide mechanisms for handling gem. This commit adds the necessary
support for gem object/handler and the dumb functions.

Changes since V1:
 Daniel Vetter:
 - Add dumb buffer support to the same patchset
Changes since V2:
 Haneen:
 - Add missing gem_free_object_unlocked callback to fix the warning
   "Memory manager not clean during takedown"

Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/70b7becc91c6a323dbc15cb5fc912cbdfe4ef7d9.1531359228.git.rodrigosiqueiramelo@gmail.com
2018-07-12 08:47:44 +02:00
..
Makefile drm/vkms: Add dumb operations 2018-07-12 08:47:44 +02:00
vkms_crtc.c drm/vkms: Add basic CRTC initialization 2018-07-05 09:46:23 -03:00
vkms_drv.c drm/vkms: Add dumb operations 2018-07-12 08:47:44 +02:00
vkms_drv.h drm/vkms: Add dumb operations 2018-07-12 08:47:44 +02:00
vkms_gem.c drm/vkms: Add dumb operations 2018-07-12 08:47:44 +02:00
vkms_output.c drm/vkms: Add basic CRTC initialization 2018-07-05 09:46:23 -03:00
vkms_plane.c drm/vkms: Add basic CRTC initialization 2018-07-05 09:46:23 -03:00