summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-06-28 07:17:42 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-06-29 15:58:01 -0400
commit0aee2bc9fb763161588b21ba081e36fd6a4274e2 (patch)
treee9cb43074d5413a8ba304ae8c2e0ee28b1f0005a /drivers/gpu/nvgpu/gk20a/channel_gk20a.c
parent646611cde4f68a3a8252aa5ef496e5d63b9a7611 (diff)
gpu: nvgpu: remove legacy comment note
gk20a_channel_clean_up_jobs hasn't needed a barrier since commit d20a501dcbf2 ("gpu: nvgpu: simplify job semaphore release in abort"). Bug 200327089 Change-Id: I64b9e3b7970de232ac553f570b8fd41aec3b7e21 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1764309 Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 50e29cf6..53134f71 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -1802,8 +1802,7 @@ int gk20a_channel_add_job(struct channel_gk20a *c,
1802 /* 1802 /*
1803 * ensure all pending write complete before adding to the list. 1803 * ensure all pending write complete before adding to the list.
1804 * see corresponding nvgpu_smp_rmb in 1804 * see corresponding nvgpu_smp_rmb in
1805 * gk20a_channel_clean_up_jobs() & 1805 * gk20a_channel_clean_up_jobs()
1806 * gk20a_channel_abort_clean_up()
1807 */ 1806 */
1808 nvgpu_smp_wmb(); 1807 nvgpu_smp_wmb();
1809 channel_gk20a_joblist_add(c, job); 1808 channel_gk20a_joblist_add(c, job);