[PATCH 0/3] drm/vboxvideo: Use generic fbdev and framebuffer
Sam Ravnborg
sam at ravnborg.org
Sat Oct 12 12:36:37 UTC 2019
Hi Thomas.
On Fri, Oct 11, 2019 at 03:48:05PM +0200, Thomas Zimmermann wrote:
> The vboxvideo driver provides its own implementation for fbdev emulation
> and framebuffers. Both can be replaced by DRM's generic code.
>
> All patches have been tested on VirtualBox 6.0.12.
>
> Thomas Zimmermann (3):
> drm/vboxvideo: Switch to generic fbdev emulation
> drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb()
> drm/vboxvideo: Replace struct vram_framebuffer with generic
> implemenation
>
> drivers/gpu/drm/vboxvideo/Makefile | 2 +-
> drivers/gpu/drm/vboxvideo/vbox_drv.c | 14 +--
> drivers/gpu/drm/vboxvideo/vbox_drv.h | 25 -----
> drivers/gpu/drm/vboxvideo/vbox_fb.c | 149 --------------------------
> drivers/gpu/drm/vboxvideo/vbox_main.c | 119 +-------------------
> drivers/gpu/drm/vboxvideo/vbox_mode.c | 86 +++++++--------
> 6 files changed, 49 insertions(+), 346 deletions(-)
> delete mode 100644 drivers/gpu/drm/vboxvideo/vbox_fb.c
Nice work. Browsed through the changes and enjoyed all the deleted code.
You can add my:
Acked-by: Sam Ravnborg <sam at ravnborg.org>
to the whole series.
Sam
More information about the dri-devel
mailing list