diff options
author | Nicholas Kazlauskas <[email protected]> | 2019-06-05 15:02:04 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2019-07-18 14:17:19 -0500 |
commit | 7f6964c5a05e6593bda3a4bcb5581d0b72fc71cb (patch) | |
tree | b235936c97959fa6784a1848c26285117dc959d5 /tools | |
parent | 492d9ec244923420af96db6b69ad7d575859aa92 (diff) |
drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_construct
[Why]
For DCE110, DCE112 and DCE120 the max_clks_by_state for the clk_mgr are
copied from their respective table before the call to
dce_clk_mgr_construct, but then dce_clk_mgr_construct overwrites
these with the dce80_max_clks_by_state.
[How]
Copy these after we call dce_clk_mgr_construct so we're using the
right tables.
Signed-off-by: Nicholas Kazlauskas <[email protected]>
Reviewed-by: David Francis <[email protected]>
Acked-by: Leo Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions