From b1d303685b384d58064d8b18ec97e1302bcbba88 Mon Sep 17 00:00:00 2001 From: Lakshmanan M Date: Wed, 10 May 2017 14:22:15 +0530 Subject: gpu: nvgpu: Add gr_t19x support for gv11b ECC This CL covers the following modification, 1) Added gr_t19x support for gv11b ECC 2) Modified the gp10b platform config for gv11b sysfs support JIRA GPUT19X-85 JIRA GPUT19X-104 JIRA GPUT19X-100 JIRA GPUT19X-103 Bug 1825948 Bug 1825962 Bug 1775457 Change-Id: I0bf13f80a73cc2184147230d098e89a517554c01 Signed-off-by: Lakshmanan M Reviewed-on: http://git-master/r/1478952 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gr_gk20a.h | 4 ++++ 1 file changed, 4 insertions(+) (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 ee528c31..5e49edb8 100644 --- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h @@ -374,6 +374,10 @@ struct gr_gk20a { #ifdef CONFIG_ARCH_TEGRA_18x_SOC struct gr_t18x t18x; #endif +#ifdef CONFIG_TEGRA_19x_GPU + struct gr_t19x t19x; +#endif + u32 fbp_en_mask; u32 *fbp_rop_l2_en_mask; u32 no_of_sm; -- cgit v1.2.2