summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-04-27 14:02:41 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-28 17:54:26 -0400
commit92895a57a733cffe9f4318be9a5064c9e32350e1 (patch)
tree9b523f3cfdcdab76bd10d9a89c5e2b4c274646f7 /drivers/gpu/nvgpu/gv11b/gr_gv11b.c
parent7fdf02f554a5e922d0cc6797854c5fcfd78bf55f (diff)
gpu: nvgpu: gv11b: fix error for static code analysis
Functions that are not declared in header files are made static Bug 200299572 Change-Id: Ibf9e9cc9f48ad9ceaa202d1bb7ed57724057cda0 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1471538 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
index 190e3df5..7638baaf 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c
@@ -1963,7 +1963,7 @@ static void gr_gv11b_write_pm_ptr(struct gk20a *g,
1963 ctxsw_prog_main_image_pm_ptr_hi_o(), va_hi); 1963 ctxsw_prog_main_image_pm_ptr_hi_o(), va_hi);
1964} 1964}
1965 1965
1966void gr_gv11b_init_elcg_mode(struct gk20a *g, u32 mode, u32 engine) 1966static void gr_gv11b_init_elcg_mode(struct gk20a *g, u32 mode, u32 engine)
1967{ 1967{
1968 u32 gate_ctrl; 1968 u32 gate_ctrl;
1969 1969