drm/amd/display: do not wait for mpc idle if tg is disabled
stable inclusion from stable-v5.10.193 commit b964eb37c0209fc673b6db4887faffdbfdc9cb38 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9399M Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=b964eb37c0209fc673b6db4887faffdbfdc9cb38 -------------------------------- [ 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:Jun Lei <Jun.Lei@amd.com> Acked-by:
Pavle Kotarac <Pavle.Kotarac@amd.com> Signed-off-by:
Josip Pavic <Josip.Pavic@amd.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com> Stable-dep-of: 5a25cefc ("drm/amd/display: check TG is non-null before checking if enabled") Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment