summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fifo_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index f16fbb98..421ccd15 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -532,7 +532,7 @@ static void gv11b_reset_pbdma_faulted_tsg(struct tsg_gk20a *tsg)
532 up_read(&tsg->ch_list_lock); 532 up_read(&tsg->ch_list_lock);
533} 533}
534 534
535u32 gv11b_fifo_get_runlists_mask(struct gk20a *g, u32 act_eng_bitmask, 535static u32 gv11b_fifo_get_runlists_mask(struct gk20a *g, u32 act_eng_bitmask,
536 u32 id, unsigned int id_type, unsigned int rc_type, 536 u32 id, unsigned int id_type, unsigned int rc_type,
537 struct mmu_fault_info *mmfault) 537 struct mmu_fault_info *mmfault)
538{ 538{
@@ -639,7 +639,7 @@ static int gv11b_fifo_poll_runlist_preempt_pending(struct gk20a *g,
639 return ret; 639 return ret;
640} 640}
641 641
642int gv11b_fifo_is_preempt_pending(struct gk20a *g, u32 id, 642static int gv11b_fifo_is_preempt_pending(struct gk20a *g, u32 id,
643 unsigned int id_type, unsigned int timeout_rc_type) 643 unsigned int id_type, unsigned int timeout_rc_type)
644{ 644{
645 struct fifo_gk20a *f = &g->fifo; 645 struct fifo_gk20a *f = &g->fifo;
@@ -856,7 +856,7 @@ static int gv11b_fifo_preempt_ch_tsg(struct gk20a *g, u32 id,
856 856
857} 857}
858 858
859void gv11b_fifo_teardown_ch_tsg(struct gk20a *g, u32 act_eng_bitmask, 859static void gv11b_fifo_teardown_ch_tsg(struct gk20a *g, u32 act_eng_bitmask,
860 u32 id, unsigned int id_type, unsigned int rc_type, 860 u32 id, unsigned int id_type, unsigned int rc_type,
861 struct mmu_fault_info *mmfault) 861 struct mmu_fault_info *mmfault)
862{ 862{
@@ -1075,7 +1075,7 @@ static u32 gv11b_fifo_intr_0_en_mask(struct gk20a *g)
1075 return intr_0_en_mask; 1075 return intr_0_en_mask;
1076} 1076}
1077 1077
1078int gv11b_init_fifo_reset_enable_hw(struct gk20a *g) 1078static int gv11b_init_fifo_reset_enable_hw(struct gk20a *g)
1079{ 1079{
1080 u32 intr_stall; 1080 u32 intr_stall;
1081 u32 mask; 1081 u32 mask;