From ab7280a2c13363146d92eba232715e15264d76f3 Mon Sep 17 00:00:00 2001 From: Vaikundanathan S Date: Fri, 31 Aug 2018 13:31:52 +0530 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1810493 Reviewed-on: https://git-master.nvidia.com/r/1813861 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp106/hal_gp106.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c') 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) gops->clk.support_clk_freq_controller = true; gops->clk.support_pmgr_domain = true; gops->clk.support_lpwr_pg = true; + gops->clk.lut_num_entries = CTRL_CLK_LUT_NUM_ENTRIES_GP10x; g->name = "gp10x"; -- cgit v1.2.2