summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index f612e43f..27fce8e0 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -729,7 +729,7 @@ static int gk20a_detect_chip(struct gk20a *g)
729 return gpu_init_hal(g); 729 return gpu_init_hal(g);
730} 730}
731 731
732void gk20a_pm_restore_debug_setting(struct gk20a *g) 732static void gk20a_pm_restore_debug_setting(struct gk20a *g)
733{ 733{
734 u32 mmu_debug_ctrl; 734 u32 mmu_debug_ctrl;
735 735
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index a160942f..b5de90c0 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -7258,7 +7258,7 @@ static u32 gr_gk20a_get_max_lts_per_ltc(struct gk20a *g)
7258 return 1; 7258 return 1;
7259} 7259}
7260 7260
7261u32 *gr_gk20a_rop_l2_en_mask(struct gk20a *g) 7261static u32 *gr_gk20a_rop_l2_en_mask(struct gk20a *g)
7262{ 7262{
7263 /* gk20a doesnt have rop_l2_en_mask */ 7263 /* gk20a doesnt have rop_l2_en_mask */
7264 return NULL; 7264 return NULL;