mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 08:10:09 +01:00
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 commite45035c83a)
This commit is contained in:
parent
39fd67b1aa
commit
6af37e6bde
2 changed files with 6 additions and 2 deletions
|
|
@ -3914,7 +3914,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
|
||||
|
|
|
|||
|
|
@ -1443,7 +1443,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``
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue