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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
index ddc517b9..91ae0e7a 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.h
@@ -180,6 +180,9 @@ struct channel_gk20a {
180 void *update_fn_data; 180 void *update_fn_data;
181 spinlock_t update_fn_lock; /* make access to the two above atomic */ 181 spinlock_t update_fn_lock; /* make access to the two above atomic */
182 struct work_struct update_fn_work; 182 struct work_struct update_fn_work;
183
184 /* true if channel is interleaved with lower priority channels */
185 bool interleave;
183}; 186};
184 187
185static inline bool gk20a_channel_as_bound(struct channel_gk20a *ch) 188static inline bool gk20a_channel_as_bound(struct channel_gk20a *ch)