radeonsi: add more documentation for dpbb debug env variable

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25148>
This commit is contained in:
Yogesh Mohan Marimuthu
2022-10-18 23:15:00 +05:30
committed by Marge Bot
parent 9de455bc43
commit cd2e3fc59a
2 changed files with 4 additions and 4 deletions

View File

@@ -1423,7 +1423,7 @@ RadeonSI driver environment variables
``nodccmsaa``
Disable DCC for MSAA
``nodpbb``
Disable DPBB.
Disable DPBB. Overrules the dpbb enable option.
``nodfsm``
Disable DFSM.
``notiling``
@@ -1499,7 +1499,7 @@ RadeonSI driver environment variables
``nooutoforder``
Disable out-of-order rasterization
``dpbb``
Enable DPBB.
Enable DPBB. Enable DPBB for gfx9 dGPU. Default enabled for gfx9 APU and >= gfx10.
``dfsm``
Enable DFSM.
``extra_md``

View File

@@ -91,8 +91,8 @@ static const struct debug_named_value radeonsi_debug_options[] = {
{"nonggc", DBG(NO_NGG_CULLING), "Disable NGG culling."},
{"switch_on_eop", DBG(SWITCH_ON_EOP), "Program WD/IA to switch on end-of-packet."},
{"nooutoforder", DBG(NO_OUT_OF_ORDER), "Disable out-of-order rasterization"},
{"nodpbb", DBG(NO_DPBB), "Disable DPBB."},
{"dpbb", DBG(DPBB), "Enable DPBB."},
{"nodpbb", DBG(NO_DPBB), "Disable DPBB. Overrules the dpbb enable option."},
{"dpbb", DBG(DPBB), "Enable DPBB for gfx9 dGPU. Default enabled for gfx9 APU and >= gfx10."},
{"nohyperz", DBG(NO_HYPERZ), "Disable Hyper-Z"},
{"no2d", DBG(NO_2D_TILING), "Disable 2D tiling"},
{"notiling", DBG(NO_TILING), "Disable tiling"},