]> asedeno.scripts.mit.edu Git - linux.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)
commit56916cdfa1f1e05ea2a3fdb09abd3c14ca803a96
tree4fd974eae35bd897c6600e0739748e88251b5d9c
parentecad80f0865d69c8de37c7415dbf66ba372f2ca1
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