mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
drm/amd/display: fix mpcc idle wait
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
cc408d726c
commit
cd273548e4
|
|
@ -71,7 +71,7 @@ static void mpc10_assert_idle_mpcc(struct mpc *mpc, int id)
|
|||
|
||||
ASSERT(!(mpc10->mpcc_in_use_mask & 1 << id));
|
||||
REG_WAIT(MPCC_STATUS[id],
|
||||
MPCC_BUSY, 0,
|
||||
MPCC_IDLE, 1,
|
||||
1000, 1000);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user