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 309a1b08..825cb886 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -535,6 +535,7 @@ enum gk20a_dbg_categories {
535 gpu_dbg_map = BIT(8), /* mem mappings */ 535 gpu_dbg_map = BIT(8), /* mem mappings */
536 gpu_dbg_gpu_dbg = BIT(9), /* gpu debugger/profiler */ 536 gpu_dbg_gpu_dbg = BIT(9), /* gpu debugger/profiler */
537 gpu_dbg_cde = BIT(10), /* cde info messages */ 537 gpu_dbg_cde = BIT(10), /* cde info messages */
538 gpu_dbg_cde_ctx = BIT(11), /* cde context usage messages */
538 gpu_dbg_mem = BIT(31), /* memory accesses, very verbose */ 539 gpu_dbg_mem = BIT(31), /* memory accesses, very verbose */
539}; 540};
540 541