commit | 3373755a415c9c8024d26cf32fd812a8cdb82541 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Dec 05 22:39:30 2016 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 15 06:59:17 2016 +0200 |
tree | 0364871bf2e6055337e56587a994761f120a1df6 | |
parent | f862e60f8d52dae33c9f72afc20fab691a89f0bd [diff] |
drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_locked virtio_gpu_queue_ctrl_buffer_locked is called with ctrlq.qlock taken, it releases and acquires this lock. This causes a sparse warning. Add appropriate annotations for sparse context checking. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>