summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 8a6db92c..64b54699 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -23,7 +23,6 @@
23 */ 23 */
24 24
25#include <trace/events/gk20a.h> 25#include <trace/events/gk20a.h>
26#include <uapi/linux/nvgpu.h>
27 26
28#include <nvgpu/dma.h> 27#include <nvgpu/dma.h>
29#include <nvgpu/kmem.h> 28#include <nvgpu/kmem.h>
@@ -7892,7 +7891,7 @@ int __gr_gk20a_exec_ctx_ops(struct channel_gk20a *ch,
7892 "ctx op invalid offset: offset=0x%x", 7891 "ctx op invalid offset: offset=0x%x",
7893 ctx_ops[i].offset); 7892 ctx_ops[i].offset);
7894 ctx_ops[i].status = 7893 ctx_ops[i].status =
7895 NVGPU_DBG_GPU_REG_OP_STATUS_INVALID_OFFSET; 7894 REGOP(STATUS_INVALID_OFFSET);
7896 continue; 7895 continue;
7897 } 7896 }
7898 if (!pm_ctx_ready) { 7897 if (!pm_ctx_ready) {