summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 48becc81..3140c285 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -2133,16 +2133,6 @@ int gr_gk20a_load_golden_ctx_image(struct gk20a *g,
2133 virt_addr_hi); 2133 virt_addr_hi);
2134 } 2134 }
2135 2135
2136 nvgpu_mem_wr(g, mem, ctxsw_prog_main_image_zcull_o(),
2137 ch_ctx->zcull_ctx.ctx_sw_mode);
2138
2139 if (ctxheader->gpu_va)
2140 g->ops.gr.write_zcull_ptr(g, ctxheader,
2141 ch_ctx->zcull_ctx.gpu_va);
2142 else
2143 g->ops.gr.write_zcull_ptr(g, mem,
2144 ch_ctx->zcull_ctx.gpu_va);
2145
2146 /* Update main header region of the context buffer with the info needed 2136 /* Update main header region of the context buffer with the info needed
2147 * for PM context switching, including mode and possibly a pointer to 2137 * for PM context switching, including mode and possibly a pointer to
2148 * the PM backing store. 2138 * the PM backing store.