summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_prog.h
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2016-09-01 05:47:34 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:49 -0500
commit2d3ba5478d0d9a12b123a0261653d33eb37e6e87 (patch)
tree63bc1a1568914edffe31dabf5d05e6ac10c42970 /drivers/gpu/nvgpu/clk/clk_prog.h
parent5159f6bf43dc4822f6f05a957f0cf090ff3e1db7 (diff)
gpu: nvgpu: Clocks params update
- Clocks params update as per r370 JIRA DNVGPU-116 Change-Id: I0aaa1e275aaa2027f2839f3fe24c9aee3e14fd8d Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1212827 (cherry picked from commit 54df6ad9668d46dffb5b9d03265948a47611ff13) Reviewed-on: http://git-master/r/1227288 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/gpu/nvgpu/clk/clk_prog.h')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_prog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_prog.h b/drivers/gpu/nvgpu/clk/clk_prog.h
index 2dd8f6c8..8718bdd6 100644
--- a/drivers/gpu/nvgpu/clk/clk_prog.h
+++ b/drivers/gpu/nvgpu/clk/clk_prog.h
@@ -49,8 +49,8 @@ struct clk_prog_1x_master {
49 struct clk_prog_1x super; 49 struct clk_prog_1x super;
50 bool b_o_c_o_v_enabled; 50 bool b_o_c_o_v_enabled;
51 struct ctrl_clk_clk_prog_1x_master_vf_entry *p_vf_entries; 51 struct ctrl_clk_clk_prog_1x_master_vf_entry *p_vf_entries;
52
53 struct ctrl_clk_clk_delta deltas; 52 struct ctrl_clk_clk_delta deltas;
53 union ctrl_clk_clk_prog_1x_master_source_data source_data;
54 vf_flatten *vfflatten; 54 vf_flatten *vfflatten;
55}; 55};
56 56