Star64_linux/drivers/gpu/drm/mcde
Thomas Zimmermann e172749b7a drm/mcde: 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>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200605073247.4057-24-tzimmermann@suse.de
2020-06-10 09:04:14 +02:00
..
Kconfig
Makefile
mcde_display.c drm/mcde: Don't use drm_device->dev_private 2020-04-28 16:03:40 +02:00
mcde_display_regs.h
mcde_drm.h drm/mcde: Don't use drm_device->dev_private 2020-04-28 16:03:40 +02:00
mcde_drv.c drm/mcde: Use GEM CMA object functions 2020-06-10 09:04:14 +02:00
mcde_dsi.c drm/mcde: Use mode->clock instead of reverse calculating it from the vrefresh 2020-05-27 14:31:42 +03:00
mcde_dsi_regs.h