summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
diff options
context:
space:
mode:
authorVaikundanathan S <vaikuns@nvidia.com>2018-08-31 04:01:52 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-20 13:51:03 -0400
commitab7280a2c13363146d92eba232715e15264d76f3 (patch)
tree15d44810b1797454f552f6c424ca765d4ba108ad /drivers/gpu/nvgpu/include/nvgpu/gk20a.h
parentae809fddbe90bcec0d48e1213fa36cc5ba76550d (diff)
gpu:nvgpu: Update number of LUT entries
CTRL_CLK_LUT_NUM_ENTRIES to 128 And fix build issues that appeared with 128 entries. Bug 2331655 Change-Id: If116bff14be9a1923e075f783fdb9a2e992208b8 Signed-off-by: Vaikundanathan S <vaikuns@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1810493 Reviewed-on: https://git-master.nvidia.com/r/1813861 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
index e2a0cbf7..9799425e 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
@@ -852,7 +852,7 @@ struct gpu_ops {
852 (struct gk20a *g, 852 (struct gk20a *g,
853 struct boardobjgrp *pboardobjgrp, 853 struct boardobjgrp *pboardobjgrp,
854 struct boardobjgrp_pmu_cmd *cmd, u8 id, u8 msgid, 854 struct boardobjgrp_pmu_cmd *cmd, u8 id, u8 msgid,
855 u8 hdrsize, u8 entrysize, u16 fbsize, u32 ss_offset, 855 u16 hdrsize, u16 entrysize, u16 fbsize, u32 ss_offset,
856 u8 rpc_func_id); 856 u8 rpc_func_id);
857 int (*boardobjgrp_pmuset_impl)(struct gk20a *g, 857 int (*boardobjgrp_pmuset_impl)(struct gk20a *g,
858 struct boardobjgrp *pboardobjgrp); 858 struct boardobjgrp *pboardobjgrp);
@@ -1113,6 +1113,7 @@ struct gpu_ops {
1113 bool support_pmgr_domain; 1113 bool support_pmgr_domain;
1114 bool support_lpwr_pg; 1114 bool support_lpwr_pg;
1115 u32 (*perf_pmu_vfe_load)(struct gk20a *g); 1115 u32 (*perf_pmu_vfe_load)(struct gk20a *g);
1116 u32 lut_num_entries;
1116 } clk; 1117 } clk;
1117 struct { 1118 struct {
1118 int (*arbiter_clk_init)(struct gk20a *g); 1119 int (*arbiter_clk_init)(struct gk20a *g);