summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/channel.h b/drivers/gpu/nvgpu/include/nvgpu/channel.h
index 0a956c66..ba3d548e 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/channel.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/channel.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -166,7 +166,7 @@ struct channel_gk20a_joblist {
166 166
167struct channel_gk20a_timeout { 167struct channel_gk20a_timeout {
168 /* lock protects the running timer state */ 168 /* lock protects the running timer state */
169 struct nvgpu_raw_spinlock lock; 169 struct nvgpu_spinlock lock;
170 struct nvgpu_timeout timer; 170 struct nvgpu_timeout timer;
171 bool running; 171 bool running;
172 u32 gp_get; 172 u32 gp_get;