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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 77a84e59..c255f8f8 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -953,6 +953,8 @@ enum gk20a_dbg_categories {
953 gpu_dbg_ctxsw = BIT(12), /* ctxsw tracing */ 953 gpu_dbg_ctxsw = BIT(12), /* ctxsw tracing */
954 gpu_dbg_sched = BIT(13), /* sched control tracing */ 954 gpu_dbg_sched = BIT(13), /* sched control tracing */
955 gpu_dbg_map_v = BIT(14), /* verbose mem mappings */ 955 gpu_dbg_map_v = BIT(14), /* verbose mem mappings */
956 gpu_dbg_sema = BIT(15), /* semaphore debugging */
957 gpu_dbg_sema_v = BIT(16), /* verbose semaphore debugging */
956 gpu_dbg_mem = BIT(31), /* memory accesses, very verbose */ 958 gpu_dbg_mem = BIT(31), /* memory accesses, very verbose */
957}; 959};
958 960