mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
73801210a4
PD#SWPL-144353 Problem: During the mode switching process, when systemctrl writes the node to close phy, the phy action is to close it immediately. At this time, part of the video data may have been transmitted, but the data is incomplete. At this time, rx got part of the image. Some TVs did not perform frame dropping processing after getting part of the data and parsed it, but the solution was wrong, which may cause some display abnormalities. Solution: Referring to the processing method of the Apple box, during the mode switching process, when systemctrl issues a shutdown phy command, we will wait until vsync is interrupted before shutting down the phy. At this time, there is no video data transmission, which is relatively safe. Verify: ohm/T7 Test: DRM-TX-67, DRM-TX-78, DRM-TX-79, DRM-TX-80, DRM-TX-81 Change-Id: I25162448f6d8f432bc48e0e038bac9a108bf8151 Signed-off-by: xiang.wu1 <xiang.wu1@amlogic.com>