1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/display/dc/clk_mgr
Bhawanpreet Lakha a32cc8177e drm/amd/display: Fic incorrect pipe being used for clk update
[Why]
we save the prev_dppclk value using "dpp_inst" but
when reading this value we use the index "i". In
a case where a pipe is fused off we can end up reading
the incorrect instance because i != dpp_inst in this
case.

[How]
read the prev_dppclk using dpp_inst instead of i

Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-05-26 14:56:31 -04:00
..
dce60 drm/amd/display: dc/clk_mgr: make function static 2020-09-17 21:21:40 -04:00
dce100 drm/amd/display: remove dtbclk_ss compensation for dcn316 2022-04-12 14:18:18 -04:00
dce110 drm/amd/display: correct asic type check V2 2020-10-27 12:01:16 -04:00
dce112 drm/amd/display: correct asic type check V2 2020-10-27 12:01:16 -04:00
dce120 drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_construct 2019-07-18 14:18:09 -05:00
dcn10 drm/amd/display: Turn global functions into static functions 2022-02-23 14:03:20 -05:00
dcn20 drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21 2022-01-14 18:08:14 -05:00
dcn21 drm/amd/display: Fic incorrect pipe being used for clk update 2022-05-26 14:56:31 -04:00
dcn30 drm/amd/display: cleaning up smu_if to add future flexibility 2022-03-15 14:25:15 -04:00
dcn31 drm/amdgpu/display: Make dcn31_set_low_power_state static 2022-04-26 11:44:16 -04:00
dcn201 drm/amd/display: Always update DPPCLK_DTO when clock increase 2022-04-12 14:18:18 -04:00
dcn301 drm/amd/display: Insert smu busy status before sending another request 2022-04-25 17:05:58 -04:00
dcn315 drm/amd/display: Check zero planes for OTG disable W/A on clock change 2022-05-26 14:56:31 -04:00
dcn316 drm/amd/display: Check zero planes for OTG disable W/A on clock change 2022-05-26 14:56:31 -04:00
clk_mgr.c drm/amd/display: Add DCN315 CLK_MGR 2022-02-18 14:07:00 -05:00
Makefile drm/amd/display: Add DCN315 CLK_MGR 2022-02-18 14:07:00 -05:00