drm/imx: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 5 Jun 2020 07:32:20 +0000 (09:32 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 10 Jun 2020 07:03:27 +0000 (09:03 +0200)
commiteeef5a6c0b6fe9e49abfbd50af8dcec9c92b7211
treec6b04d29af4a1714e9f581f5ee72df9f5637006d
parent6c55a7a5a73efe8ef4e54985bb6176c89f1dfd3e
drm/imx: Set GEM 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: Emil Velikov <emil.velikov@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200605073247.4057-17-tzimmermann@suse.de
drivers/gpu/drm/imx/imx-drm-core.c