summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk.h
diff options
context:
space:
mode:
authorVaikundanathan S <vaikuns@nvidia.com>2018-07-13 05:54:04 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-10 18:22:48 -0400
commita02e1c1f0b012b743d4c1ba9c853057b4359107e (patch)
tree32e9e5f5533ecb90a4f376a086249255df0e7b6b /drivers/gpu/nvgpu/clk/clk.h
parent4f01d6a9b9a54cf6042db157de0d40965077f6a2 (diff)
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 <vaikuns@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1777739 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/clk/clk.h')
-rw-r--r--drivers/gpu/nvgpu/clk/clk.h1
1 files changed, 1 insertions, 0 deletions
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 {
89struct vbios_clocks_table_1x_hal_clock_entry { 89struct vbios_clocks_table_1x_hal_clock_entry {
90 enum nv_pmu_clk_clkwhich domain; 90 enum nv_pmu_clk_clkwhich domain;
91 bool b_noise_aware_capable; 91 bool b_noise_aware_capable;
92 u8 clk_vf_curve_count;
92}; 93};
93 94
94#define NV_PERF_HEADER_4X_CLOCKS_DOMAINS_4_GPC2CLK 0 95#define NV_PERF_HEADER_4X_CLOCKS_DOMAINS_4_GPC2CLK 0