mirror of https://gitee.com/openkylin/linux.git
drm/amd/display: remove dcn10 wait on tg unlock
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@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
5fd9f8a10f
commit
950d9265b0
|
@ -571,11 +571,6 @@ static void tgn10_unlock(struct timing_generator *tg)
|
|||
|
||||
REG_SET(OTG_MASTER_UPDATE_LOCK, 0,
|
||||
OTG_MASTER_UPDATE_LOCK, 0);
|
||||
|
||||
/* why are we waiting here? */
|
||||
REG_WAIT(OTG_DOUBLE_BUFFER_CONTROL,
|
||||
OTG_UPDATE_PENDING, 0,
|
||||
1, 100000);
|
||||
}
|
||||
|
||||
static void tgn10_get_position(struct timing_generator *tg,
|
||||
|
|
Loading…
Reference in New Issue