From e3e74a44024e0f1586b39796180f654958b6f5ca Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 11 Jan 2023 15:50:08 +0100 Subject: [PATCH] docs: move note on other drivers to the bottom This was always meant to be at the bottom of the page. To reduce the risk of more driver-specific environment variables being added below, let's add a horizontal rule to mark the difference. This should make it more clear that this paragraph doesn't belong to the previous heading. Fixes: c70c5ecd2e7 ("docs: move generic gallium envvars to root doc") Reviewed-by: Alyssa Rosenzweig Part-of: --- docs/envvars.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 67155d75035..c27c3cad971 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -1460,9 +1460,6 @@ PowerVR driver environment variables A comma-separated list of debug options. Use `PVR_DEBUG=help` to print a list of available options. -Other Gallium drivers have their own environment variables. These may -change frequently so the source code should be consulted for details. - i915 driver environment variables --------------------------------- @@ -1484,3 +1481,8 @@ Freedreno driver environment variables .. envvar:: FD_MESA_DEBUG Debug flags for the Freedreno driver. + +---- + +Other Gallium drivers have their own environment variables. These may +change frequently so the source code should be consulted for details.