diff options
author | Josip Pavic <Josip.Pavic@amd.com> | 2022-03-24 12:08:43 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-04-11 13:50:57 -0400 |
commit | 2513ed4f937999c0446fd824f7564f76b697d722 (patch) | |
tree | 6682ddac771142004990f24f3c13ea64a91df279 /samples | |
parent | a0bd69e1268ba74c712e91afd6afb283f0b4d7ae (diff) | |
download | linux-2513ed4f937999c0446fd824f7564f76b697d722.tar.bz2 |
drm/amd/display: do not wait for mpc idle if tg is disabled
[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>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions