From 932377f12a4d928ea1e4728f242abe3a1f07eaa6 Mon Sep 17 00:00:00 2001 From: Kevin Huang Date: Wed, 9 Apr 2014 14:47:03 -0700 Subject: gpu: nvpug: add hal func get_gpc_tpc_mask Retrieve which TPC is floorswept. Bug 1450798 Change-Id: I3ea60703695448c68cd3435f443b280d5b2f0995 Signed-off-by: Kevin Huang Reviewed-on: http://git-master/r/403876 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/gr_gk20a.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h') 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 { u32 *gpc_ppc_count; u32 tpc_count; u32 *gpc_tpc_count; + u32 *gpc_tpc_mask; u32 zcb_count; u32 *gpc_zcb_count; u32 *pes_tpc_count[2]; -- cgit v1.2.2