From e45035c83acab9ef603b3b9eedbabe253c1daa7b 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: --- docs/envvars.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index 2625571f09f..2d1a484bf59 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -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``