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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 93649675..1dc5603f 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -2110,7 +2110,7 @@ static int gr_gk20a_wait_ctxsw_ready(struct gk20a *g)
2110 return ret; 2110 return ret;
2111 } 2111 }
2112 2112
2113 if (support_gk20a_pmu()) 2113 if (support_gk20a_pmu(g->dev))
2114 gk20a_writel(g, gr_fecs_current_ctx_r(), 2114 gk20a_writel(g, gr_fecs_current_ctx_r(),
2115 gr_fecs_current_ctx_valid_false_f()); 2115 gr_fecs_current_ctx_valid_false_f());
2116 2116