summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-03-18 18:28:23 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 22:00:43 -0400
commite9f8cb79f18da8b37e575ad15f57da8e82e8296e (patch)
treeab8441adca22169d9a11b53bb737d182e4b740e5 /drivers/gpu/nvgpu/gk20a/gr_gk20a.h
parent84aae5639e95c8130bad8b6ea7808a240bef6bd2 (diff)
gpu: nvgpu: Do not touch gr status mask
GR status disable mask was never set, so driver always disabled all engines from status rollup. Change-Id: I500a127be9253294f73d1f42ce89b886471a9117 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/719141
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index eac710d1..59176af8 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -279,8 +279,6 @@ struct gr_gk20a {
279 s32 max_used_color_index; 279 s32 max_used_color_index;
280 s32 max_used_depth_index; 280 s32 max_used_depth_index;
281 281
282 u32 status_disable_mask;
283
284#define GR_CHANNEL_MAP_TLB_SIZE 2 /* must of power of 2 */ 282#define GR_CHANNEL_MAP_TLB_SIZE 2 /* must of power of 2 */
285 struct gr_channel_map_tlb_entry chid_tlb[GR_CHANNEL_MAP_TLB_SIZE]; 283 struct gr_channel_map_tlb_entry chid_tlb[GR_CHANNEL_MAP_TLB_SIZE];
286 u32 channel_tlb_flush_index; 284 u32 channel_tlb_flush_index;