From 54727a8d57fe543a6742e2a2e444fb30b95e98c3 Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Mon, 5 Aug 2024 15:44:30 +0100 Subject: [PATCH] docs: update ACO_DEBUG documentation for scheduler options Signed-off-by: Rhys Perry Reviewed-by: Georg Lehmann Fixes: 48461c0d9e6b ("aco: enable VOPD scheduler") Part-of: (cherry picked from commit e45035c83acab9ef603b3b9eedbabe253c1daa7b) --- .pick_status.json | 2 +- docs/envvars.rst | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 077d9e9b151..542c58e3981 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -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 diff --git a/docs/envvars.rst b/docs/envvars.rst index 5be6202ddb7..fa428061aad 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -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``