]> git.baikalelectronics.ru Git - kernel.git/commit
drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgs
authorChia-I Wu <olvaffe@gmail.com>
Wed, 5 Feb 2020 18:19:54 +0000 (10:19 -0800)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 6 Feb 2020 10:58:18 +0000 (11:58 +0100)
commit65e31a6280da89f634f795c6bf6ac1a07a68af11
tree51fc3310022a420ac8bd7405cb851ba9cbc5dd2a
parent1aa7f4553e1a8b2f405f2688c2dbe63be3b75028
drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgs

It becomes clear that virtio_gpu_queue_fenced_ctrl_buffer should be
responsible for setting up sgs and virtio_gpu_queue_ctrl_sgs should
be responsible for queuing sgs.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20200205181955.202485-11-olvaffe@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/virtio/virtgpu_vq.c