radv: replace RADV_GFX12_HIZ_WA by a drirc option

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36174>
This commit is contained in:
Samuel Pitoiset
2025-09-08 18:38:06 +02:00
committed by Marge Bot
parent 0a2ef363a8
commit 5f8f4686bf
5 changed files with 23 additions and 15 deletions
+13 -13
View File
@@ -1619,19 +1619,6 @@ RADV driver environment variables
``peak``
force GPU clocks to their maximum level, this is the default value
.. envvar:: RADV_GFX12_HIZ_WA
choose the specific HiZ workaround to apply on GFX12 (RDNA4). The possible
values are:
``disabled``
no HiZ workaround is enabled, use at your own risk but optimal for performance
``partial``
mitigate the issue partially, potentially risky but performance should be
mostly optimal (default value)
``full``
mitigate the issue completely, no risk but performance might be decreased
.. envvar:: ACO_DEBUG
a comma-separated list of named flags, which do various things:
@@ -1662,6 +1649,19 @@ RADV driver environment variables
``liveinfo``
print liveness and register demand information before scheduling
.. envvar:: radv_gfx12_hiz_wa
choose the specific HiZ workaround to apply on GFX12 (RDNA4). The possible
values are:
``disabled``
no HiZ workaround is enabled, use at your own risk but optimal for performance
``partial``
mitigate the issue partially, potentially risky but performance should be
mostly optimal (default value)
``full``
mitigate the issue completely, no risk but performance might be decreased
RadeonSI driver environment variables
-------------------------------------