summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index e8c1b30f..dc130e33 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1081,6 +1081,7 @@ enum gk20a_dbg_categories {
1081 gpu_dbg_sema_v = BIT(16), /* verbose semaphore debugging */ 1081 gpu_dbg_sema_v = BIT(16), /* verbose semaphore debugging */
1082 gpu_dbg_pmu_pstate = BIT(17), /* p state controlled by pmu */ 1082 gpu_dbg_pmu_pstate = BIT(17), /* p state controlled by pmu */
1083 gpu_dbg_xv = BIT(18), /* XVE debugging */ 1083 gpu_dbg_xv = BIT(18), /* XVE debugging */
1084 gpu_dbg_shutdown = BIT(19), /* GPU shutdown tracing */
1084 gpu_dbg_mem = BIT(31), /* memory accesses, very verbose */ 1085 gpu_dbg_mem = BIT(31), /* memory accesses, very verbose */
1085}; 1086};
1086 1087