summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2017-04-11 08:24:27 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-12 18:34:25 -0400
commita6adaaab7a90d86a71943f9977920ad7f726cea8 (patch)
tree79dcfa4f268fb5b5784996aa3b91f86e8a6ef640 /drivers/gpu/nvgpu/gk20a/gk20a.h
parentf474a9e0e41d62f6a804c6501068da621556013e (diff)
gpu: nvgpu: use nvgpu list for channel worker item
Use nvgpu list APIs instead of linux list APIs to store channel worker items Jira NVGPU-13 Change-Id: I01d214810ca2495bd0a644dd1a2816ab8e526981 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/1460575 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 7d7d573a..9760ba35 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1107,7 +1107,7 @@ struct gk20a {
1107 struct task_struct *poll_task; 1107 struct task_struct *poll_task;
1108 atomic_t put; 1108 atomic_t put;
1109 wait_queue_head_t wq; 1109 wait_queue_head_t wq;
1110 struct list_head items; 1110 struct nvgpu_list_node items;
1111 struct nvgpu_spinlock items_lock; 1111 struct nvgpu_spinlock items_lock;
1112 } channel_worker; 1112 } channel_worker;
1113 1113