summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-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 4a98514b..b709a980 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -644,8 +644,7 @@ int gr_gk20a_ctx_patch_write(struct gk20a *g,
644 * but be defensive still... */ 644 * but be defensive still... */
645 if (!ch_ctx->patch_ctx.mem.cpu_va) { 645 if (!ch_ctx->patch_ctx.mem.cpu_va) {
646 int err; 646 int err;
647 gk20a_err(dev_from_gk20a(g), 647 gk20a_dbg_info("per-write ctx patch begin?");
648 "per-write ctx patch begin?");
649 /* yes, gr_gk20a_ctx_patch_smpc causes this one */ 648 /* yes, gr_gk20a_ctx_patch_smpc causes this one */
650 err = gr_gk20a_ctx_patch_write_begin(g, ch_ctx); 649 err = gr_gk20a_ctx_patch_write_begin(g, ch_ctx);
651 if (err) 650 if (err)