mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
videoqueue: resync for out with no pannel. [1/1]
PD#SWPL-139458 Problem: AV sync abnormal after TX plug out/in, this is because canot enter resync flow for output with no pannel. Solution: Add resync flow for Not pannel output case. Verify: t7 Change-Id: Ifa1b814a226476bb8b2a3b3cbde2135acd06a4a1 Signed-off-by: qiyao.zhou <qiyao.zhou@amlogic.com>
This commit is contained in:
@@ -439,6 +439,7 @@ void set_vdx_test_pattern(u32 index, bool on, u32 color);
|
||||
void get_vdx_test_pattern(u32 index, bool *on, u32 *color);
|
||||
void set_postblend_test_pattern(bool on, u32 color);
|
||||
void get_postblend_test_pattern(bool *on, u32 *color);
|
||||
bool is_panel_output(void);
|
||||
u32 get_first_pic_coming(void);
|
||||
u32 get_toggle_frame_count(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user