From 5735ff43e53fc4b74e303ad7db30ba00b091c7bc Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Sat, 28 Mar 2026 15:59:58 -0700 Subject: [PATCH] docs/venus: adjust driver support list and drop obsolete descriptions Part-of: --- docs/drivers/venus.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/drivers/venus.rst b/docs/drivers/venus.rst index beb610e4869..5c00838e0bc 100644 --- a/docs/drivers/venus.rst +++ b/docs/drivers/venus.rst @@ -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 `__). -- 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 `__). +- 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.