summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
index ee49a8f2..50b819ac 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
@@ -2309,10 +2309,6 @@ void gv11b_restore_context_header(struct gk20a *g,
2309 ctxsw_prog_main_image_context_buffer_ptr_hi_o(), va_hi); 2309 ctxsw_prog_main_image_context_buffer_ptr_hi_o(), va_hi);
2310 nvgpu_mem_wr(g, ctxheader, 2310 nvgpu_mem_wr(g, ctxheader,
2311 ctxsw_prog_main_image_context_buffer_ptr_o(), va_lo); 2311 ctxsw_prog_main_image_context_buffer_ptr_o(), va_lo);
2312 nvgpu_mem_wr(g, ctxheader,
2313 ctxsw_prog_main_image_num_restore_ops_o(), 0);
2314 nvgpu_mem_wr(g, ctxheader,
2315 ctxsw_prog_main_image_num_save_ops_o(), 0);
2316} 2312}
2317void gr_gv11b_write_zcull_ptr(struct gk20a *g, 2313void gr_gv11b_write_zcull_ptr(struct gk20a *g,
2318 struct nvgpu_mem *mem, u64 gpu_va) 2314 struct nvgpu_mem *mem, u64 gpu_va)