Commit 950d9265 authored by Dmytro Laktyushkin's avatar Dmytro Laktyushkin Committed by Alex Deucher
Browse files

drm/amd/display: remove dcn10 wait on tg unlock

parent 5fd9f8a1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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,