]> 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)
commit4c82cb11fa24c3d4be1f9cae9907641b0a031c40
tree51fc3310022a420ac8bd7405cb851ba9cbc5dd2a
parent0813481f6f772f972e09cc7e3c524e5376113c51
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