[PATCH v2 0/3] drm/virtio: rework command batching
Chia-I Wu
olvaffe at gmail.com
Fri Feb 7 22:13:56 UTC 2020
Hi,
This series replaces the global disable_notify state by command-level bools to
control vq kicks. When command batching is applied to more places, this
prevents one process from affecting another process.
v2: update to this convention
virtio_gpu_cmd_foo: add foo and commit
virtio_gpu_add_foo: add foo but do not commit
However, the spinlock is now grabbed twice in both add and commit.
More information about the dri-devel
mailing list