summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2020-11-24 00:09:54 -0500
committerMarek Olšák <marek.olsak@amd.com>2020-12-01 15:33:03 -0500
commit509142876b8b63d55c97a99525d1251d9f3988ed (patch)
tree746727cf2bd9f3480ef6ceeb1bb21e3ecd955afb /src/gallium/drivers/radeonsi/si_pipe.h
parentde799b2270f5342c2c108488c2c694412b06c945 (diff)
radeonsi: add AMD_DEBUG=nofastlaunch for debugging
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7721>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index 20230556744..d14fe6916dd 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -191,6 +191,7 @@ enum
DBG_ALWAYS_NGG_CULLING_ALL,
DBG_ALWAYS_NGG_CULLING_TESS,
DBG_NO_NGG_CULLING,
+ DBG_NO_FAST_LAUNCH,
DBG_ALWAYS_PD,
DBG_PD,
DBG_NO_PD,