summaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3/ir3_compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/ir3/ir3_compiler.h')
-rw-r--r--src/freedreno/ir3/ir3_compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/ir3/ir3_compiler.h b/src/freedreno/ir3/ir3_compiler.h
index b5e4c3e9c61..c5213a65b08 100644
--- a/src/freedreno/ir3/ir3_compiler.h
+++ b/src/freedreno/ir3/ir3_compiler.h
@@ -92,6 +92,7 @@ enum ir3_shader_debug {
IR3_DBG_OPTMSGS = 0x080,
IR3_DBG_FORCES2EN = 0x100,
IR3_DBG_NOUBOOPT = 0x200,
+ IR3_DBG_SCHEDMSGS = 0x400,
};
extern enum ir3_shader_debug ir3_shader_debug;