]> www.infradead.org Git - users/dwmw2/qemu.git/commit
virtio-gpu: Add virgl resource management
authorHuang Rui <ray.huang@amd.com>
Thu, 24 Oct 2024 21:03:07 +0000 (00:03 +0300)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2024 16:56:35 +0000 (16:56 +0000)
commitdf4c498e02e48c4dfc13e5d961b58f890a66c832
tree8c6cd00f60f5776aec0ff3eeea9248c28d02ec9f
parent6a3e00d8c9822433a8989bd0529e80580bf3e54f
virtio-gpu: Add virgl resource management

In a preparation to adding host blobs support to virtio-gpu, add virgl
resource management that allows to retrieve resource based on its ID
and virgl resource wrapper on top of simple resource that will be contain
fields specific to virgl.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Antonio Caggiano <quic_acaggian@quicinc.com>
Signed-off-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Message-Id: <20241024210311.118220-10-dmitry.osipenko@collabora.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
hw/display/virtio-gpu-virgl.c