summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ce2_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
index 3b53834d..1bb25dd1 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
@@ -3,7 +3,7 @@
3 * 3 *
4 * GK20A graphics copy engine (gr host) 4 * GK20A graphics copy engine (gr host)
5 * 5 *
6 * Copyright (c) 2011-2016, NVIDIA CORPORATION. All rights reserved. 6 * Copyright (c) 2011-2017, NVIDIA CORPORATION. All rights reserved.
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify it 8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License, 9 * under the terms and conditions of the GNU General Public License,
@@ -88,7 +88,7 @@ enum {
88/* global ce app db */ 88/* global ce app db */
89struct gk20a_ce_app { 89struct gk20a_ce_app {
90 bool initialised; 90 bool initialised;
91 struct mutex app_mutex; 91 struct nvgpu_mutex app_mutex;
92 int app_state; 92 int app_state;
93 93
94 struct list_head allocated_contexts; 94 struct list_head allocated_contexts;
@@ -101,7 +101,7 @@ struct gk20a_gpu_ctx {
101 struct gk20a *g; 101 struct gk20a *g;
102 struct device *dev; 102 struct device *dev;
103 u32 ctx_id; 103 u32 ctx_id;
104 struct mutex gpu_ctx_mutex; 104 struct nvgpu_mutex gpu_ctx_mutex;
105 int gpu_ctx_state; 105 int gpu_ctx_state;
106 ce_event_callback user_event_callback; 106 ce_event_callback user_event_callback;
107 107