summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
authorDeepak Nibade <dnibade@nvidia.com>2016-04-05 09:19:24 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-04-19 11:16:44 -0400
commitc8d17e9167dec4282c04bbb6581ea1de5fbf9ac2 (patch)
tree958f0e40fe8076f60147c506e27333ba5f04e428 /drivers/gpu/nvgpu/gk20a/channel_gk20a.h
parente0c9da1fe9d8862fc89773208aa170b7c73d093b (diff)
gpu: nvgpu: remove submit lock
Remove submit lock since we have moved to use more fine-grained locks Remove API check_gp_put() since we cannot call it in submit path due to latencies and we cannot call it in gk20a_channel_clean_up_jobs() anymore since it will fail there without the lock Bug 200187553 Change-Id: I05b9fa95c9009000e13232d8fa567336eeee11c6 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: http://git-master/r/1120411 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index 74c920e4..fbf1ad9e 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -120,7 +120,6 @@ struct channel_gk20a {
120 120
121 struct list_head jobs; 121 struct list_head jobs;
122 struct mutex jobs_lock; 122 struct mutex jobs_lock;
123 struct mutex submit_lock;
124 123
125 struct vm_gk20a *vm; 124 struct vm_gk20a *vm;
126 125