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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 3c3ddc80..1ea59a9d 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -7980,14 +7980,6 @@ int __gr_gk20a_exec_ctx_ops(struct channel_gk20a *ch,
7980 ctx_op_nr++; 7980 ctx_op_nr++;
7981 } 7981 }
7982 } 7982 }
7983#if 0
7984 /* flush cpu caches for the ctx buffer? only if cpu cached, of course.
7985 * they aren't, yet */
7986 if (cached) {
7987 FLUSH_CPU_DCACHE(ctx_ptr,
7988 sg_phys(ch_ctx->gr_ctx.mem.ref), size);
7989 }
7990#endif
7991 7983
7992 cleanup: 7984 cleanup:
7993 if (offsets) 7985 if (offsets)