summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/ioctl_dbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/ioctl_dbg.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/ioctl_dbg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ioctl_dbg.h b/drivers/gpu/nvgpu/common/linux/ioctl_dbg.h
index 810555a8..bd76045b 100644
--- a/drivers/gpu/nvgpu/common/linux/ioctl_dbg.h
+++ b/drivers/gpu/nvgpu/common/linux/ioctl_dbg.h
@@ -21,6 +21,10 @@
21 21
22#include "gk20a/dbg_gpu_gk20a.h" 22#include "gk20a/dbg_gpu_gk20a.h"
23 23
24/* NVGPU_DBG_GPU_IOCTL_REG_OPS: the upper limit for the number
25 * of regops */
26#define NVGPU_IOCTL_DBG_REG_OPS_LIMIT 1024
27
24struct dbg_session_gk20a_linux { 28struct dbg_session_gk20a_linux {
25 struct device *dev; 29 struct device *dev;
26 struct dbg_session_gk20a dbg_s; 30 struct dbg_session_gk20a dbg_s;