summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2016-09-01 06:16:39 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-09-30 12:30:05 -0400
commit03a6e36c2ff7afc0379f2e501ef62fdfeb82639d (patch)
treededc935d3f55833bce620d8257688b1430c3f0d5 /drivers
parent7f3f9268c0657866716653409cde78fa00c4df61 (diff)
gpu: nvgpu: Clocks params update
- Clocks params update as per r370 JIRA DNVGPU-116 Change-Id: Id709d6b1e49d717a00cec72c9607f28a27f86c1e Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1212840 (cherry picked from commit f3a47a7daf9b3803565958436d6c7475510e641a) Reviewed-on: http://git-master/r/1229672 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/pmuif/gpmuifclk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/pmuif/gpmuifclk.h b/drivers/gpu/nvgpu/pmuif/gpmuifclk.h
index 36b9aace..d1e5e53e 100644
--- a/drivers/gpu/nvgpu/pmuif/gpmuifclk.h
+++ b/drivers/gpu/nvgpu/pmuif/gpmuifclk.h
@@ -59,6 +59,7 @@ struct nv_pmu_clk_clk_domain_boardobjgrp_set_header {
59 bool b_override_o_v_o_c; 59 bool b_override_o_v_o_c;
60 bool b_debug_mode; 60 bool b_debug_mode;
61 bool b_enforce_vf_monotonicity; 61 bool b_enforce_vf_monotonicity;
62 bool b_enforce_vf_smoothening;
62 u8 volt_rails_max; 63 u8 volt_rails_max;
63 struct ctrl_clk_clk_delta deltas; 64 struct ctrl_clk_clk_delta deltas;
64}; 65};
@@ -137,6 +138,7 @@ struct nv_pmu_clk_clk_prog_1x_master_boardobj_set {
137 bool b_o_c_o_v_enabled; 138 bool b_o_c_o_v_enabled;
138 struct ctrl_clk_clk_prog_1x_master_vf_entry vf_entries[ 139 struct ctrl_clk_clk_prog_1x_master_vf_entry vf_entries[
139 CTRL_CLK_CLK_PROG_1X_MASTER_VF_ENTRY_MAX_ENTRIES]; 140 CTRL_CLK_CLK_PROG_1X_MASTER_VF_ENTRY_MAX_ENTRIES];
141 union ctrl_clk_clk_prog_1x_master_source_data source_data;
140 struct ctrl_clk_clk_delta deltas; 142 struct ctrl_clk_clk_delta deltas;
141}; 143};
142 144
@@ -245,8 +247,6 @@ struct nv_pmu_clk_clk_vf_point_freq_boardobj_set {
245struct nv_pmu_clk_clk_vf_point_volt_boardobj_set { 247struct nv_pmu_clk_clk_vf_point_volt_boardobj_set {
246 struct nv_pmu_clk_clk_vf_point_boardobj_set super; 248 struct nv_pmu_clk_clk_vf_point_boardobj_set super;
247 u32 source_voltage_uv; 249 u32 source_voltage_uv;
248 u8 vf_gain_vfe_equ_idx;
249 u8 clk_domain_idx;
250 int freq_delta_khz; 250 int freq_delta_khz;
251}; 251};
252 252