summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index cc709c78..d57b0fb5 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -1365,7 +1365,7 @@ static int gr_gm20b_get_preemption_mode_flags(struct gk20a *g,
1365 return 0; 1365 return 0;
1366} 1366}
1367 1367
1368static int gm20b_gr_tpc_disable_override(struct gk20a *g, u32 mask) 1368int gm20b_gr_tpc_disable_override(struct gk20a *g, u32 mask)
1369{ 1369{
1370 if (!mask) 1370 if (!mask)
1371 return 0; 1371 return 0;