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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index 51923636..9be29f45 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -209,7 +209,7 @@ int channel_gv11b_setup_ramfc(struct channel_gk20a *c,
209} 209}
210 210
211 211
212static void gv11b_ring_channel_doorbell(struct channel_gk20a *c) 212void gv11b_ring_channel_doorbell(struct channel_gk20a *c)
213{ 213{
214 struct fifo_gk20a *f = &c->g->fifo; 214 struct fifo_gk20a *f = &c->g->fifo;
215 u32 hw_chid = f->channel_base + c->chid; 215 u32 hw_chid = f->channel_base + c->chid;
@@ -249,7 +249,7 @@ void gv11b_userd_gp_put(struct gk20a *g, struct channel_gk20a *c)
249 /* Commit everything to GPU. */ 249 /* Commit everything to GPU. */
250 nvgpu_mb(); 250 nvgpu_mb();
251 251
252 gv11b_ring_channel_doorbell(c); 252 g->ops.fifo.ring_channel_doorbell(c);
253} 253}
254 254
255void channel_gv11b_unbind(struct channel_gk20a *ch) 255void channel_gv11b_unbind(struct channel_gk20a *ch)