docs: update ACO_DEBUG documentation for scheduler options

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Fixes: 48461c0d9e ("aco: enable VOPD scheduler")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30519>
This commit is contained in:
Rhys Perry
2024-08-05 15:44:30 +01:00
committed by Marge Bot
parent 0c024bbe64
commit e45035c83a

View File

@@ -1498,7 +1498,11 @@ RADV driver environment variables
``noopt``
disable various optimizations
``nosched``
disable instructions scheduling
disable pre-RA, ILP and VOPD instruction scheduling
``nosched-ilp``
disable ILP instruction scheduling
``nosched-vopd``
disable VOPD instruction scheduling
``perfinfo``
print information used to calculate some pipeline statistics
``liveinfo``