summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2014-04-09 17:47:03 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:51 -0400
commit932377f12a4d928ea1e4728f242abe3a1f07eaa6 (patch)
treee9b73e9f2d01180b21731b9cd6bc3832d7df28b8 /drivers/gpu/nvgpu/gk20a/gr_gk20a.h
parentcb93f2518526281577fc8f296c979f162f752dc0 (diff)
gpu: nvpug: add hal func get_gpc_tpc_mask
Retrieve which TPC is floorswept. Bug 1450798 Change-Id: I3ea60703695448c68cd3435f443b280d5b2f0995 Signed-off-by: Kevin Huang <kevinh@nvidia.com> Reviewed-on: http://git-master/r/403876 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index d4f7bc70..f60afd58 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -227,6 +227,7 @@ struct gr_gk20a {
227 u32 *gpc_ppc_count; 227 u32 *gpc_ppc_count;
228 u32 tpc_count; 228 u32 tpc_count;
229 u32 *gpc_tpc_count; 229 u32 *gpc_tpc_count;
230 u32 *gpc_tpc_mask;
230 u32 zcb_count; 231 u32 zcb_count;
231 u32 *gpc_zcb_count; 232 u32 *gpc_zcb_count;
232 u32 *pes_tpc_count[2]; 233 u32 *pes_tpc_count[2];