[PATCH v14 09/10] docs/system: virtio-gpu: Update Venus link

Dmitry Osipenko posted 10 patches 3 months, 3 weeks ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>, Dmitry Osipenko <dmitry.osipenko@collabora.com>, "Michael S. Tsirkin" <mst@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
There is a newer version of this series
[PATCH v14 09/10] docs/system: virtio-gpu: Update Venus link
Posted by Dmitry Osipenko 3 months, 3 weeks ago
Change virtio-gpu Venus link, pointing it at the Mesa Venus
documentation instead of the protocol. The Mesa doc provides more
information and also has a link to the protocol.

Suggested-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
---
 docs/system/devices/virtio-gpu.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/system/devices/virtio-gpu.rst b/docs/system/devices/virtio-gpu.rst
index f8963c1f13cf..ea3eb052df3c 100644
--- a/docs/system/devices/virtio-gpu.rst
+++ b/docs/system/devices/virtio-gpu.rst
@@ -81,7 +81,7 @@ of virtio-gpu host memory window. This is typically between 256M and 8G.
 .. parsed-literal::
     -device virtio-gpu-gl,hostmem=8G,blob=true,venus=true
 
-.. _venus: https://gitlab.freedesktop.org/virgl/venus-protocol/
+.. _venus: https://docs.mesa3d.org/drivers/venus.html
 
 DRM native context is supported since release of `virglrenderer`_ v1.0.0
 using `drm`_ protocol.  ``DRM`` virtio-gpu capability set ("capset") requires
-- 
2.51.0
Re: [PATCH v14 09/10] docs/system: virtio-gpu: Update Venus link
Posted by Yiwei Zhang 3 months ago
On Mon, Oct 20, 2025 at 4:43 PM Dmitry Osipenko
<dmitry.osipenko@collabora.com> wrote:
>
> Change virtio-gpu Venus link, pointing it at the Mesa Venus
> documentation instead of the protocol. The Mesa doc provides more
> information and also has a link to the protocol.
>
> Suggested-by: Akihiko Odaki <akihiko.odaki@daynix.com>
> Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
> Signed-off-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
> ---
>  docs/system/devices/virtio-gpu.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/system/devices/virtio-gpu.rst b/docs/system/devices/virtio-gpu.rst
> index f8963c1f13cf..ea3eb052df3c 100644
> --- a/docs/system/devices/virtio-gpu.rst
> +++ b/docs/system/devices/virtio-gpu.rst
> @@ -81,7 +81,7 @@ of virtio-gpu host memory window. This is typically between 256M and 8G.
>  .. parsed-literal::
>      -device virtio-gpu-gl,hostmem=8G,blob=true,venus=true
>
> -.. _venus: https://gitlab.freedesktop.org/virgl/venus-protocol/
> +.. _venus: https://docs.mesa3d.org/drivers/venus.html
>
>  DRM native context is supported since release of `virglrenderer`_ v1.0.0
>  using `drm`_ protocol.  ``DRM`` virtio-gpu capability set ("capset") requires
> --
> 2.51.0
>

Reviewed-by: Yiwei Zhang <zzyiwei@gmail.com>