drm/aspeed: Set driver CMA functions with DRM_GEM_CMA_DRIVER_OPS
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 22 May 2020 13:52:29 +0000 (15:52 +0200)
committerJoel Stanley <joel@jms.id.au>
Fri, 9 Oct 2020 08:44:12 +0000 (19:14 +1030)
commit178c72350d39d69448ac7b0e5be2dfbaef6d6d6d
tree91216e8c461dcb276f62f115970d3222af4f4f75
parent351f950db4ab28c321a1bd4b92e4bb03e34c4703
drm/aspeed: Set driver CMA functions with DRM_GEM_CMA_DRIVER_OPS

DRM_GEM_CMA_DRIVER_OPS sets the functions in struct drm_driver
to their defaults. No functional changes are made.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Link: https://patchwork.freedesktop.org/patch/msgid/20200603083132.4610-5-tzimmermann@suse.de
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c