Re: [PATCH v3 0/4] drm/virtio: rework batching

2020-02-13 Thread Chia-I Wu
Series is Reviewed-by: Chia-I Wu After the series, virtio_gpu_cmd_* may or may not call virtio_gpu_notify. It is error-prone and should be fixed, such that virtio_gpu_cmd_* never notifies, or such that different naming conventions are used for functions that notify and for those don't. On Th

[PATCH v3 0/4] drm/virtio: rework batching

2020-02-13 Thread Gerd Hoffmann
v4: - split into multiple patches. Gerd Hoffmann (4): drm/virtio: rework notification for better batching drm/virtio: batch plane updates (pageflip) drm/virtio: batch resource creation drm/virtio: batch display query. drivers/gpu/drm/virtio/virtgpu_drv.h | 6 ++-- drivers/gpu/drm/v