summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/sched_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/sched_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/sched_gk20a.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/sched_gk20a.h b/drivers/gpu/nvgpu/gk20a/sched_gk20a.h
index 0ae13783..1f983678 100644
--- a/drivers/gpu/nvgpu/gk20a/sched_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/sched_gk20a.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -21,11 +21,11 @@ struct tsg_gk20a;
21struct gk20a_sched_ctrl { 21struct gk20a_sched_ctrl {
22 struct gk20a *g; 22 struct gk20a *g;
23 23
24 struct mutex control_lock; 24 struct nvgpu_mutex control_lock;
25 bool control_locked; 25 bool control_locked;
26 bool sw_ready; 26 bool sw_ready;
27 struct mutex status_lock; 27 struct nvgpu_mutex status_lock;
28 struct mutex busy_lock; 28 struct nvgpu_mutex busy_lock;
29 29
30 u64 status; 30 u64 status;
31 31