mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: vgpu: fix build break
runlist_wq has been removed. Bug 1535380 Change-Id: I830037232d6767993dc88a79f540f89239b0334d Signed-off-by: Aingara Paramakuru <aparamakuru@nvidia.com> Reviewed-on: http://git-master/r/552567 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Arto Merilainen <amerilainen@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
Dan Willemsen
parent
e067b530b8
commit
d451db8204
@@ -213,7 +213,6 @@ static int init_runlist(struct gk20a *g, struct fifo_gk20a *f)
|
|||||||
runlist->mem[i].size = runlist_size;
|
runlist->mem[i].size = runlist_size;
|
||||||
}
|
}
|
||||||
mutex_init(&runlist->mutex);
|
mutex_init(&runlist->mutex);
|
||||||
init_waitqueue_head(&runlist->runlist_wq);
|
|
||||||
|
|
||||||
/* None of buffers is pinned if this value doesn't change.
|
/* None of buffers is pinned if this value doesn't change.
|
||||||
Otherwise, one of them (cur_buffer) must have been pinned. */
|
Otherwise, one of them (cur_buffer) must have been pinned. */
|
||||||
|
|||||||
Reference in New Issue
Block a user