linux/drivers/gpu/drm/vboxvideo
Thomas Zimmermann 1a74ccfac5 drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb()
The vboxvideo driver provides struct drm_framebuffer_funcs.dirty_fb from
its own implementation. Switch over to drm_atomic_helper_dirty_fb() and
handle screen updates in the primary plane's atomic_update function.

With dirty_fb out of the way, we can further replace struct vbox_frammebuffer
with generic code.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191011134808.3955-3-tzimmermann@suse.de
2019-10-16 09:58:53 +02:00
..
hgsmi_base.c
hgsmi_ch_setup.h
hgsmi_channels.h
hgsmi_defs.h
Kconfig drm/vram: fix Kconfig 2019-09-10 08:53:08 +02:00
Makefile drm/vboxvideo: Switch to generic fbdev emulation 2019-10-16 09:58:30 +02:00
modesetting.c
vbox_drv.c drm/vboxvideo: Switch to generic fbdev emulation 2019-10-16 09:58:30 +02:00
vbox_drv.h drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb() 2019-10-16 09:58:53 +02:00
vbox_hgsmi.c
vbox_irq.c
vbox_main.c drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb() 2019-10-16 09:58:53 +02:00
vbox_mode.c drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb() 2019-10-16 09:58:53 +02:00
vbox_ttm.c drm/vram: Have VRAM MM call GEM VRAM functions directly 2019-09-12 19:54:42 +02:00
vboxvideo_guest.h
vboxvideo_vbe.h
vboxvideo.h
vbva_base.c