From 85c59cafd8807a8455e7450ce8648917cf88af60 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 21 Mar 2022 20:33:25 +0100 Subject: [PATCH] docs: add a minimal docs page for radv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RADV is the last driver in Mesa that doesn't have a webpage somewhere that we can link to from mesa3d.org. So let's make a minimal docs article for it where we link to relevant information elsewhere. Reviewed-by: Timur Kristóf Part-of: --- docs/drivers/radv.rst | 23 +++++++++++++++++++++++ docs/envvars.rst | 3 +++ docs/index.rst | 1 + 3 files changed, 27 insertions(+) create mode 100644 docs/drivers/radv.rst diff --git a/docs/drivers/radv.rst b/docs/drivers/radv.rst new file mode 100644 index 00000000000..29a9046fdc6 --- /dev/null +++ b/docs/drivers/radv.rst @@ -0,0 +1,23 @@ +RADV +==== + +RADV is a Vulkan driver for AMD GCN/RDNA GPUs. + +Debugging +--------- + +For a list of environment variables to debug RADV, please see +:ref:`radv env-vars` for a list. + +Hardware Documentation +---------------------- + +You can find a list of documentation for the various generations of +AMD hardware on the `X.Org wiki +`_. + +ACO +--- + +ACO is the shader-compiler used in RADV. You read its documentation +`here `_. diff --git a/docs/envvars.rst b/docs/envvars.rst index 09467bc87e1..1e8daba0315 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -600,6 +600,9 @@ VC4 driver environment variables ``dump`` write a GPU command stream trace file (VC4 simulator only) + +.. _radv env-vars: + RADV driver environment variables --------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 3f4c74b1060..d92d98c7c42 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -89,6 +89,7 @@ Linux, FreeBSD, and other operating systems. drivers/lima drivers/llvmpipe drivers/panfrost + drivers/radv drivers/svga3d drivers/v3d drivers/vc4