]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpers
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 24 Oct 2019 08:14:04 +0000 (10:14 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 24 Oct 2019 14:12:42 +0000 (16:12 +0200)
commitda96da3f338ba94f7c29b7943036b013911b6e91
tree4fd974eae35bd897c6600e0739748e88251b5d9c
parent2f8e71dafed4c6df20d16b7642b2e83257390d2c
drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpers

GEM VRAM provides an implementation for prepare_fb() and cleanup_fb()
of struct drm_plane_helper_funcs. Switch over vboxvideo.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20191024081404.6978-5-tzimmermann@suse.de
drivers/gpu/drm/vboxvideo/vbox_mode.c