On Tue, Sep 8, 2020 at 12:07 AM Gerd Hoffmann <[email protected]> wrote:

>
>
> Gerd Hoffmann (3):
>   drm/virtio: use drmm_mode_config_init
>   drm/virtio: return virtio_gpu_queue errors
>   drm/virtio: add virtio_gpu_cmd_unref_resource error handling
>

lgtm +/- nits:
- add a simple "why" in the first commit message
- checkpatch --strict reports:

CHECK: Alignment should match open parenthesis
#101: FILE: drivers/gpu/drm/virtio/virtgpu_vq.c:450:
+static int virtio_gpu_queue_ctrl_buffer(struct virtio_gpu_device *vgdev,
                                         struct virtio_gpu_vbuffer *vbuf)

Either way, series is:

Reviewed-by: Gurchetan Singh <[email protected]>


>
>  drivers/gpu/drm/virtio/virtgpu_drv.h     |  2 +-
>  drivers/gpu/drm/virtio/virtgpu_display.c | 11 ++++---
>  drivers/gpu/drm/virtio/virtgpu_kms.c     |  6 +++-
>  drivers/gpu/drm/virtio/virtgpu_vq.c      | 41 +++++++++++++-----------
>  4 files changed, 36 insertions(+), 24 deletions(-)
>
> --
> 2.27.0
>
>
> _______________________________________________
> dri-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
>
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to