summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index 3e18e053..794d8228 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -166,6 +166,7 @@ struct channel_gk20a {
166 struct nvgpu_notification *error_notifier; 166 struct nvgpu_notification *error_notifier;
167 void *error_notifier_va; 167 void *error_notifier_va;
168 168
169 struct mutex sync_lock;
169 struct gk20a_channel_sync *sync; 170 struct gk20a_channel_sync *sync;
170 171
171#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION 172#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION