From a02e1c1f0b012b743d4c1ba9c853057b4359107e Mon Sep 17 00:00:00 2001 From: Vaikundanathan S Date: Fri, 13 Jul 2018 15:24:04 +0530 Subject: nvgpu:ps35: Clock domain changes 1. PMU interface changes 2. Split PS3.0 and PS3.5 into two dev init functions. 3. Split construct and pmu_data_init to two funcitons. 4. Fixing GV100 impact on PS3.5 changes Change-Id: I46ba80325d4a249918edbe4cf868ddf47c778aa1 Signed-off-by: Vaikundanathan S Reviewed-on: https://git-master.nvidia.com/r/1777739 Reviewed-by: svc-misra-checker GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/clk/clk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/clk/clk.h') diff --git a/drivers/gpu/nvgpu/clk/clk.h b/drivers/gpu/nvgpu/clk/clk.h index afff6963..0a0d9c98 100644 --- a/drivers/gpu/nvgpu/clk/clk.h +++ b/drivers/gpu/nvgpu/clk/clk.h @@ -89,6 +89,7 @@ struct vbios_clock_domain { struct vbios_clocks_table_1x_hal_clock_entry { enum nv_pmu_clk_clkwhich domain; bool b_noise_aware_capable; + u8 clk_vf_curve_count; }; #define NV_PERF_HEADER_4X_CLOCKS_DOMAINS_4_GPC2CLK 0 -- cgit v1.2.2