summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/clk/clk_vf_point.h
diff options
context:
space:
mode:
authorVaikundanathan S <vaikuns@nvidia.com>2018-03-29 06:06:44 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-04-25 12:35:56 -0400
commit244e29b1b527dce5497a96ca65c08f7ef22cfc65 (patch)
tree62ec57fad3f54dd810cb31a37cd375b8ab0e0916 /drivers/gpu/nvgpu/clk/clk_vf_point.h
parent594f3d26ea55219fd1855d388477601d4cbb1a28 (diff)
gpu: nvgpu: Port vf_point as per Chips_a
- Update PMU interface for vf_point Change-Id: I1c457026938025266a9325a93985d81fae3b9fa5 Signed-off-by: Vaikundanathan S <vaikuns@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1684286 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User 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_vf_point.h')
-rw-r--r--drivers/gpu/nvgpu/clk/clk_vf_point.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/clk/clk_vf_point.h b/drivers/gpu/nvgpu/clk/clk_vf_point.h
index 9a4eec10..b67434b7 100644
--- a/drivers/gpu/nvgpu/clk/clk_vf_point.h
+++ b/drivers/gpu/nvgpu/clk/clk_vf_point.h
@@ -1,5 +1,5 @@
1/* 1/*
2* Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 2* Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
3* 3*
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -46,7 +46,7 @@ struct clk_vf_point {
46struct clk_vf_point_volt { 46struct clk_vf_point_volt {
47 struct clk_vf_point super; 47 struct clk_vf_point super;
48 u32 source_voltage_uv; 48 u32 source_voltage_uv;
49 int freq_delta_khz; 49 struct ctrl_clk_freq_delta freq_delta;
50}; 50};
51 51
52struct clk_vf_point_freq { 52struct clk_vf_point_freq {