summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index 743bc1f5..6a9a22b2 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -935,7 +935,7 @@ static int gk20a_init_fifo_setup_sw(struct gk20a *g)
935 935
936 init_runlist(g, f); 936 init_runlist(g, f);
937 937
938 INIT_LIST_HEAD(&f->free_chs); 938 nvgpu_init_list_node(&f->free_chs);
939 nvgpu_mutex_init(&f->free_chs_mutex); 939 nvgpu_mutex_init(&f->free_chs_mutex);
940 940
941 if (g->ops.mm.is_bar1_supported(g)) 941 if (g->ops.mm.is_bar1_supported(g))