summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index d03f945c..662d9a87 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -334,8 +334,8 @@ struct gr_gk20a {
334 s32 max_default_color_index; 334 s32 max_default_color_index;
335 s32 max_default_depth_index; 335 s32 max_default_depth_index;
336 336
337 s32 max_used_color_index; 337 u32 max_used_color_index;
338 s32 max_used_depth_index; 338 u32 max_used_depth_index;
339 339
340#define GR_CHANNEL_MAP_TLB_SIZE 2 /* must of power of 2 */ 340#define GR_CHANNEL_MAP_TLB_SIZE 2 /* must of power of 2 */
341 struct gr_channel_map_tlb_entry chid_tlb[GR_CHANNEL_MAP_TLB_SIZE]; 341 struct gr_channel_map_tlb_entry chid_tlb[GR_CHANNEL_MAP_TLB_SIZE];