osd: remove wiat vsync in pan_display

PD#154106: osd: remove wiat vsync in pan_display

Change-Id: I02e460d17cc23f316c9c9ff6d475d529fa7ef985
Signed-off-by: pengcheng chen <pengcheng.chen@amlogic.com>
This commit is contained in:
pengcheng chen
2018-02-28 12:27:30 +08:00
committed by Jianxin Pan
parent 4b8d908ae7
commit a4473b90ed

View File

@@ -3537,7 +3537,7 @@ void osd_pan_display_hw(u32 index, unsigned int xoffset, unsigned int yoffset)
add_to_update_list(index, DISP_GEOMETRY);
if (osd_hw.osd_fps_start)
osd_hw.osd_fps++;
osd_wait_vsync_hw();
/* osd_wait_vsync_hw(); */
}
#ifdef CONFIG_AMLOGIC_MEDIA_FB_EXT
osd_ext_clone_pan(index);