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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
index 497f8c91..cfe9322e 100644
--- a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
@@ -296,7 +296,7 @@ static int vgpu_init_fifo_setup_sw(struct gk20a *g)
296 296
297 init_runlist(g, f); 297 init_runlist(g, f);
298 298
299 INIT_LIST_HEAD(&f->free_chs); 299 nvgpu_init_list_node(&f->free_chs);
300 nvgpu_mutex_init(&f->free_chs_mutex); 300 nvgpu_mutex_init(&f->free_chs_mutex);
301 301
302 for (chid = 0; chid < f->num_channels; chid++) { 302 for (chid = 0; chid < f->num_channels; chid++) {