summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index b19a7b68..a6eae8ca 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -156,7 +156,7 @@ struct fifo_gk20a {
156#ifdef CONFIG_DEBUG_FS 156#ifdef CONFIG_DEBUG_FS
157 struct { 157 struct {
158 struct fifo_profile_gk20a *data; 158 struct fifo_profile_gk20a *data;
159 atomic_t get; 159 nvgpu_atomic_t get;
160 bool enabled; 160 bool enabled;
161 u64 *sorted; 161 u64 *sorted;
162 struct kref ref; 162 struct kref ref;