From d48d8aefdff44e8a6ece030a782dc9d152bb1d5d Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Thu, 28 Sep 2023 12:15:29 +0200 Subject: [PATCH] docs: Move isaspec out of drivers/freedreno Lets put it under 'Developer Topics'. Signed-off-by: Christian Gmeiner Acked-by: Rob Clark Part-of: --- docs/index.rst | 1 + docs/{drivers/freedreno => }/isaspec.rst | 0 2 files changed, 1 insertion(+) rename docs/{drivers/freedreno => }/isaspec.rst (100%) diff --git a/docs/index.rst b/docs/index.rst index dcfed1cd023..3fc5959a1b8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -118,6 +118,7 @@ Linux, FreeBSD, and other operating systems. vulkan/index nir/index isl/index + isaspec rusticl android macos diff --git a/docs/drivers/freedreno/isaspec.rst b/docs/isaspec.rst similarity index 100% rename from docs/drivers/freedreno/isaspec.rst rename to docs/isaspec.rst