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 2b348677..77a84e59 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -952,6 +952,7 @@ enum gk20a_dbg_categories {
952 gpu_dbg_cde_ctx = BIT(11), /* cde context usage messages */ 952 gpu_dbg_cde_ctx = BIT(11), /* cde context usage messages */
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_mem = BIT(31), /* memory accesses, very verbose */ 956 gpu_dbg_mem = BIT(31), /* memory accesses, very verbose */
956}; 957};
957 958