summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/cde_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/cde_gk20a.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.h b/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
index b160162c..66c18d5a 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.h
@@ -272,9 +272,9 @@ struct gk20a_cde_app {
272 272
273 struct list_head free_contexts; 273 struct list_head free_contexts;
274 struct list_head used_contexts; 274 struct list_head used_contexts;
275 int ctx_count; 275 unsigned int ctx_count;
276 int ctx_usecount; 276 unsigned int ctx_usecount;
277 int ctx_count_top; 277 unsigned int ctx_count_top;
278 278
279 u32 firmware_version; 279 u32 firmware_version;
280 280