From 6af37e6bde5f7a55ca82b76680e7ef2491696801 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 2e1c90d9abf..3c499b1dc05 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -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 diff --git a/docs/envvars.rst b/docs/envvars.rst index a68483ae352..93af4810f71 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -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``