drm/malidp: Use struct drm_gem_object_funcs.get_sg_table internally
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 7 Aug 2020 11:10:22 +0000 (13:10 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 18 Aug 2020 13:26:32 +0000 (15:26 +0200)
commitd3d1bbe794ab4f7cce13e8ba08a2ac978133375e
tree9809ffe5c23b5e25c58322cb3082177e655046b4
parentd85ddd1318e66c0c2665dbfcbc21a8b66c9152aa
drm/malidp: Use struct drm_gem_object_funcs.get_sg_table internally

The malidp driver uses GEM object functions for callbacks. Fix it to
use them internally as well.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Fixes: ecdd6474644f ("drm/malidp: Use GEM CMA object functions")
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Emil Velikov <emil.velikov@collabora.com>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Brian Starkey <brian.starkey@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200807111022.12117-1-tzimmermann@suse.de
drivers/gpu/drm/arm/malidp_planes.c