OpenCloudOS-Kernel/drivers/gpu/drm/xlnx
Thomas Zimmermann c85dce1b2e drm/xlnx: Initialize DRM driver instance with CMA helper macro
The xlnx driver uses CMA helpers with default callback functions.
Initialize the driver structure with the rsp CMA helper macro. The
driver is being converted to use GEM object functions as part of
this change.

Two callbacks, .dumb_destroy and .gem_prime_import, were initialized
to their default implementations, so they are just kept empty now.

v2:
	* initialize with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE (Laurent)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
Acked-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200923102159.24084-22-tzimmermann@suse.de
2020-09-25 09:21:43 +02:00
..
Kconfig drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependency 2020-09-05 19:52:54 +03:00
Makefile
zynqmp_disp.c drm: xlnx: remove defined but not used 'scaling_factors_666' 2020-09-12 00:18:50 +00:00
zynqmp_disp.h
zynqmp_disp_regs.h
zynqmp_dp.c drm: xlnx: zynqmp: Use switch - case for link rate downshift 2020-08-01 01:56:10 +00:00
zynqmp_dp.h
zynqmp_dpsub.c drm/xlnx: Initialize DRM driver instance with CMA helper macro 2020-09-25 09:21:43 +02:00
zynqmp_dpsub.h