Re: [PATCH v3 1/2] drm/virtio: Refactor job submission code path

2023-03-23 Thread Rob Clark
On Thu, Mar 23, 2023 at 12:05 PM Dmitry Osipenko wrote: > > Move virtio_gpu_execbuffer_ioctl() into separate virtgpu_submit.c file > and refactor the code along the way to ease addition of new features to > the ioctl. > > Signed-off-by: Dmitry Osipenko Reviewed-by: Rob Clark > --- >

[PATCH v3 1/2] drm/virtio: Refactor job submission code path

2023-03-23 Thread Dmitry Osipenko
Move virtio_gpu_execbuffer_ioctl() into separate virtgpu_submit.c file and refactor the code along the way to ease addition of new features to the ioctl. Signed-off-by: Dmitry Osipenko --- drivers/gpu/drm/virtio/Makefile | 2 +- drivers/gpu/drm/virtio/virtgpu_drv.h| 4 +