aboutsummaryrefslogtreecommitdiffstats
path: root/nvdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvdebug.h')
-rw-r--r--nvdebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvdebug.h b/nvdebug.h
index 3ac8db4..ecfb051 100644
--- a/nvdebug.h
+++ b/nvdebug.h
@@ -1620,7 +1620,7 @@ static inline const char *compute_preempt_type_to_text(enum COMPUTE_PREEMPT_TYPE
1620 return "INVALID"; 1620 return "INVALID";
1621 } 1621 }
1622} 1622}
1623static inline const char *graphics_preempt_type_to_text(enum COMPUTE_PREEMPT_TYPE t) { 1623static inline const char *graphics_preempt_type_to_text(enum GRAPHICS_PREEMPT_TYPE t) {
1624 switch (t) { 1624 switch (t) {
1625 case PREEMPT_WFI: 1625 case PREEMPT_WFI:
1626 return "WFI"; 1626 return "WFI";