linux_dsm_epyc7002/drivers/gpu/drm/arc
Thomas Zimmermann 3fb9e53797 drm/arc: Use GEM CMA object functions
Create GEM objects with drm_gem_cma_create_object_default_funcs(), which
allocates the object and sets CMA's default object functions. Corresponding
callbacks in struct drm_driver are cleared. No functional changes are made.

Driver and object-function instances use the same callback functions, with
the exception of vunmap. The implementation of vunmap is empty and left out
in CMA's default object functions.

v3:
	* convert to DRIVER_OPS macro in a separate patch

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200605073247.4057-5-tzimmermann@suse.de
2020-06-10 09:01:56 +02:00
..
arcpgu_crtc.c drm/arc: Remove sending of vblank event 2020-01-30 08:57:22 +01:00
arcpgu_drv.c drm/arc: Use GEM CMA object functions 2020-06-10 09:01:56 +02:00
arcpgu_hdmi.c drm/bridge: Extend bridge API to disable connector creation 2020-02-26 13:31:23 +02:00
arcpgu_regs.h DRM: ARC: PGU: replace unsupported by HW RGB888 format by XRGB888 2019-12-16 13:53:05 +03:00
arcpgu_sim.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
arcpgu.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 2019-05-30 11:26:41 -07:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00