Skip to content
Commit 7d4174a9 authored by Josip Pavic's avatar Josip Pavic Committed by Greg Kroah-Hartman
Browse files

drm/amd/display: do not wait for mpc idle if tg is disabled



[ Upstream commit 2513ed4f ]

[Why]
When booting, the driver waits for the MPC idle bit to be set as part of
pipe initialization. However, on some systems this occurs before OTG is
enabled, and since the MPC idle bit won't be set until the vupdate
signal occurs (which requires OTG to be enabled), this never happens and
the wait times out. This can add hundreds of milliseconds to the boot
time.

[How]
Do not wait for mpc idle if tg is disabled

Reviewed-by: default avatarJun Lei <Jun.Lei@amd.com>
Acked-by: default avatarPavle Kotarac <Pavle.Kotarac@amd.com>
Signed-off-by: default avatarJosip Pavic <Josip.Pavic@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Stable-dep-of: 5a25cefc ("drm/amd/display: check TG is non-null before checking if enabled")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 94239d18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment