summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index d2661733..d32e121a 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -124,8 +124,8 @@ struct gr_ctx_buffer_desc {
124struct gr_ctx_desc { 124struct gr_ctx_desc {
125 struct mem_desc mem; 125 struct mem_desc mem;
126 126
127 int graphics_preempt_mode; 127 u32 graphics_preempt_mode;
128 int compute_preempt_mode; 128 u32 compute_preempt_mode;
129#ifdef CONFIG_ARCH_TEGRA_18x_SOC 129#ifdef CONFIG_ARCH_TEGRA_18x_SOC
130 struct gr_ctx_desc_t18x t18x; 130 struct gr_ctx_desc_t18x t18x;
131#endif 131#endif