[PATCH 1/5] virtio-gpu: add virtio_gpu_queue_ctrl_buffer_nolock
Emil Velikov
emil.l.velikov at gmail.com
Thu Sep 10 01:39:03 PDT 2015
Hi Gerd,
On 9 September 2015 at 12:42, Gerd Hoffmann <kraxel at redhat.com> wrote:
> Add virtio_gpu_queue_ctrl_buffer_nolock function, which does the same as
> virtio_gpu_queue_ctrl_buffer but does not take the virtqueue lock. The
> caller must hold the lock instead.
>
The drm subsystem tends to use *_locked and *_unlocked suffixes. With
the latter being less common.
Not a big deal but perhaps you can use one of those for virtio ?
Cheers,
Emil
More information about the dri-devel
mailing list