docs/venus: adjust driver support list and drop obsolete descriptions

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40689>
This commit is contained in:
Yiwei Zhang 2026-03-28 15:59:58 -07:00 committed by Marge Bot
parent ee1f42075d
commit 5735ff43e5

View file

@ -37,14 +37,14 @@ drivers meeting the requirements. It has only been tested with:
- Note: for dGPU paired with Intel CPU, you need 6.16+ kernel and 11.0+ QEMU
with ``-accel kvm,honor-guest-pat=on`` (request to default that on is
`here <https://gitlab.com/qemu-project/qemu/-/work_items/3357>`__).
- Turnip 22.0 or later
- PanVK 25.1 or later
- Lavapipe 22.1 or later
- Mali (Proprietary) r32p0 or later
- NVIDIA (Proprietary) 570.86 or later
- Note: if paired with Intel CPU, you need 6.16+ kernel and 11.0+ QEMU with
``-accel kvm,honor-guest-pat=on`` (request to default that on is
`here <https://gitlab.com/qemu-project/qemu/-/work_items/3357>`__).
- ARM Mali (Proprietary) r32p0 or later
- Turnip 22.0 or later
- PanVK 25.1 or later
- Lavapipe 22.1 or later
The Venus driver requires supports for
@ -129,11 +129,6 @@ assuming a working system is installed to partition 1 of ``disk.img``.
Optional Requirements
---------------------
When virglrenderer is built with ``-Dminigbm_allocation=true``, the Venus
renderer might need to import GBM BOs. The imports will fail unless the host
driver supports the formats, especially multi-planar ones, and the DRM format
modifiers of the GBM BOs.
In the future, if virglrenderer's ``virgl_renderer_export_fence`` is
supported, the Venus renderer will require :ext:`VK_KHR_external_fence_fd`
with ``VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT`` from the host driver.