mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 10:11:52 -04:00
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:
committed by
Alex Deucher
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,
|
||||
|
||||
Reference in New Issue
Block a user