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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
index 23dec1f3..9bbb39f0 100644
--- a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
@@ -213,7 +213,6 @@ static int init_runlist(struct gk20a *g, struct fifo_gk20a *f)
213 runlist->mem[i].size = runlist_size; 213 runlist->mem[i].size = runlist_size;
214 } 214 }
215 mutex_init(&runlist->mutex); 215 mutex_init(&runlist->mutex);
216 init_waitqueue_head(&runlist->runlist_wq);
217 216
218 /* None of buffers is pinned if this value doesn't change. 217 /* None of buffers is pinned if this value doesn't change.
219 Otherwise, one of them (cur_buffer) must have been pinned. */ 218 Otherwise, one of them (cur_buffer) must have been pinned. */