Qiang_FSL
Hi,
With the patch L4.9_HDMI_Interlaced_Mode_Patch.tar.bz2 based on your patch :
https://community.nxp.com/docs/DOC-100657
I have a picture on my display but i have some glitch.
NTSC detected - YouTube
video with gstreamer
NTSC gstreamer glitch - YouTube
The configuration is :
setenv vidargs video=mxcfb0:dev=lcd,LCD-480I60,if=RGB24,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off fbmem=32M
The ADV7393 is configured with an fpga with the table 77 of his datasheet.
i2c_register_full_write(0x17,0x02); i2c_register_full_write(0x00,0x1C); i2c_register_full_write(0x01,0x00); i2c_register_full_write(0x80,0x10); i2c_register_full_write(0x82,0xCB); i2c_register_full_write(0x87,0x80); i2c_register_full_write(0x88,0x10); i2c_register_full_write(0x8A,0x0C);
Do you have any idea how i can resolve my problem.
I think this is due to the Apalis/IMX6 because i have an occured error which coincide with the glitch.
[ 3641.557302] mxc_sdc_fb fb@0: 1440x480 h_sync,r,l: 124,38,114 v_sync,l,u: 6,8,31 pixclock=27000000 Hz
[ 3641.673368] mxc_sdc_fb fb@0: 1440x480 h_sync,r,l: 124,38,114 v_sync,l,u: 6,8,31 pixclock=27000000 Hz
[ 3641.793425] mxc_sdc_fb fb@0: 1440x480 h_sync,r,l: 124,38,114 v_sync,l,u: 6,8,31 pixclock=27000000 Hz
[ 3647.268810] mxc_sdc_fb fb@0: 1440x480 h_sync,r,l: 124,38,114 v_sync,l,u: 6,8,31 pixclock=27000000 Hz
[ 3647.317294] mxc_sdc_fb fb@0: 1440x480 h_sync,r,l: 124,38,114 v_sync,l,u: 6,8,31 pixclock=27000000 Hz
[ 3647.416656] mxc_sdc_fb fb@0: 1440x480 h_sync,r,l: 124,38,114 v_sync,l,u: 6,8,31 pixclock=27000000 Hz
[ 3647.533398] mxc_sdc_fb fb@0: 1440x480 h_sync,r,l: 124,38,114 v_sync,l,u: 6,8,31 pixclock=27000000 Hz
Regards.