how to output video to LCD port from progressive to interlaced IMX6ULL

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to output video to LCD port from progressive to interlaced IMX6ULL

ソリューションへジャンプ
1,584件の閲覧回数
hoanganh
Contributor III

Hi,

I need create cvbs ouput from imx6ull to cvbs through LCD interface by adv7343, resolution from my imx6ull is 720x576p

But adv7343 only accept 720x576i (interlaced  support) for this resolution.

hoanganh_0-1628113741506.png

 

How to chage output from 720x576p to 720x576i.

I saw https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Patch-to-Support-BT656-and-BT1120-Output...

but that patch not support imx6ull, it haven't ipu. I can't apply it.

Please give me any solution?

Thanks.

0 件の賞賛
返信
1 解決策
1,564件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Vũ

 

seems currently mxsfb.c does not support it so you should add such support himself.

In general NXP has special service for driver customization :  https://contact.nxp.com/new-prof-svcs-sw-tech

 

Best regards
igor

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,578件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Vũ

 

one can try to follow sect.34.4.1.1 Bus Master Operation in Write/Display Modes

i.MX 6ULL Applications Processor Reference Manual

 

"eLCDIF also provides the capability of interlacing a progressive frame by fetching odd
lines in the first field and then fetching even lines in the second field. This feature can be
used in the DVI mode and can be turned on by setting the INTERLACE_FIELDS bit in
the LCDIF_CTRL1 register."

 

Best regards
igor

0 件の賞賛
返信
1,569件の閲覧回数
hoanganh
Contributor III

Hi igor,

I saw only Dotclock is supported on mxsfb.c at: driver/video/fbdev/mxsfb.c

So, how to switch from Dotclock to DVI on imx6ull.

hoanganh_1-1628153877757.png

 

 

 

0 件の賞賛
返信
1,565件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Vũ

 

seems currently mxsfb.c does not support it so you should add such support himself.

In general NXP has special service for driver customization :  https://contact.nxp.com/new-prof-svcs-sw-tech

 

Best regards
igor

0 件の賞賛
返信