c1b972a1 | 22-Mar-2022 |
Oliver Logush <oliver.logush@amd.com> |
drm/amd/display: Insert pulling smu busy status before sending another request
[why] Make sure smu is not busy before sending another request, this is to prevent stress failures from MS.
[how] Chec
drm/amd/display: Insert pulling smu busy status before sending another request
[why] Make sure smu is not busy before sending another request, this is to prevent stress failures from MS.
[how] Check to make sure the SMU fw busy signal is cleared before sending another request
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com> Acked-by: Pavle Kotarac <Pavle.Kotarac@amd.com> Signed-off-by: Oliver Logush <oliver.logush@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|
9119e993 | 30-Apr-2021 |
Anthony Wang <anthony1.wang@amd.com> |
drm/amd/display: Handle potential dpp_inst mismatch with pipe_idx
[Why] In some pipe harvesting configs, we will select the incorrect dpp_inst when programming DTO. This is because when any intermed
drm/amd/display: Handle potential dpp_inst mismatch with pipe_idx
[Why] In some pipe harvesting configs, we will select the incorrect dpp_inst when programming DTO. This is because when any intermediate pipe is fused, resource instances are no longer in 1:1 correspondence with pipe index.
[How] When looping through pipes to program DTO, get the dpp_inst associated with each pipe from res_pool.
Signed-off-by: Anthony Wang <anthony1.wang@amd.com> Reviewed-by: Yongqiang Sun <yongqiang.sun@amd.com> Acked-by: Stylon Wang <stylon.wang@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
|