Skip to content

Commit

Permalink
Revert "drm/amd/display: Use HW lock mgr for PSR1"
Browse files Browse the repository at this point in the history
This reverts commit
a2b5a99 ("drm/amd/display: Use HW lock mgr for PSR1")

Because it may cause system hang while connect with two edp panel.

Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Tom Chung authored and Alex Deucher committed Feb 4, 2025
1 parent 820ccf8 commit f245b40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ void dmub_hw_lock_mgr_inbox0_cmd(struct dc_dmub_srv *dmub_srv,

bool should_use_dmub_lock(struct dc_link *link)
{
if (link->psr_settings.psr_version == DC_PSR_VERSION_SU_1 ||
link->psr_settings.psr_version == DC_PSR_VERSION_1)
if (link->psr_settings.psr_version == DC_PSR_VERSION_SU_1)
return true;

if (link->replay_settings.replay_feature_enabled)
Expand Down

0 comments on commit f245b40

Please sign in to comment.