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>
(cherry picked from commit e45035c83a)
This commit is contained in:
Rhys Perry 2024-08-05 15:44:30 +01:00 committed by Eric Engestrom
parent bceb2328c4
commit 54727a8d57
2 changed files with 6 additions and 2 deletions

View file

@ -234,7 +234,7 @@
"description": "docs: update ACO_DEBUG documentation for scheduler options",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "48461c0d9e6be9744817785de59bbbff64b8ce72",
"notes": null

View file

@ -1496,7 +1496,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``