summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
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/gp106/hal_gp106.c
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/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 063fbbe3..94669eb3 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -887,6 +887,7 @@ int gp106_init_hal(struct gk20a *g)
887 gops->clk.support_clk_freq_controller = true; 887 gops->clk.support_clk_freq_controller = true;
888 gops->clk.support_pmgr_domain = true; 888 gops->clk.support_pmgr_domain = true;
889 gops->clk.support_lpwr_pg = true; 889 gops->clk.support_lpwr_pg = true;
890 gops->clk.lut_num_entries = CTRL_CLK_LUT_NUM_ENTRIES_GP10x;
890 891
891 g->name = "gp10x"; 892 g->name = "gp10x";
892 893