Re: [PATCH] drm/virtio: drop framebuffer dirty tracking code

2019-06-11 Thread Daniel Vetter
On Tue, Jun 11, 2019 at 02:54:07PM +0200, Gerd Hoffmann wrote: > No need to have our own implementation, > atomic helpers can do it for us. > > Signed-off-by: Gerd Hoffmann Nice! I think you got it all, most of the custom code already disappeared with the switch to generic fbdev code. Reviewed

[PATCH] drm/virtio: drop framebuffer dirty tracking code

2019-06-11 Thread Gerd Hoffmann
No need to have our own implementation, atomic helpers can do it for us. Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/virtio/virtgpu_drv.h | 7 -- drivers/gpu/drm/virtio/virtgpu_display.c | 20 +-- drivers/gpu/drm/virtio/virtgpu_fb.c | 150 --- drivers/gpu/drm