summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/fifo_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/fifo_vgpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
index 7029498d..520771a7 100644
--- a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
@@ -325,6 +325,8 @@ static int vgpu_init_fifo_setup_sw(struct gk20a *g)
325 f->deferred_reset_pending = false; 325 f->deferred_reset_pending = false;
326 nvgpu_mutex_init(&f->deferred_reset_mutex); 326 nvgpu_mutex_init(&f->deferred_reset_mutex);
327 327
328 f->channel_base = priv->constants.channel_base;
329
328 f->sw_ready = true; 330 f->sw_ready = true;
329 331
330 gk20a_dbg_fn("done"); 332 gk20a_dbg_fn("done");