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 cffc48f5..d84d4ad5 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -2160,7 +2160,7 @@ static int gr_gk20a_wait_ctxsw_ready(struct gk20a *g)
2160 return ret; 2160 return ret;
2161 } 2161 }
2162 2162
2163 if (support_gk20a_pmu(g->dev)) 2163 if (!(g->gpu_characteristics.arch > NVGPU_GPU_ARCH_GM200))
2164 gk20a_writel(g, gr_fecs_current_ctx_r(), 2164 gk20a_writel(g, gr_fecs_current_ctx_r(),
2165 gr_fecs_current_ctx_valid_false_f()); 2165 gr_fecs_current_ctx_valid_false_f());
2166 2166