LVDS display problem with kernel 3.14.28

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

LVDS display problem with kernel 3.14.28

跳至解决方案
1,426 次查看
ivandrobyshevsk
Contributor II

I'm trying to add support for LVDS display to i.MX6DL board running 3.14.28 kernel, but the picture is distorted. See attached photos for details (in boot screen photo dark areas are supposed to be solid black).

The same display works fine with kernel imx_4.1.15_2.0.0_ga, but unfortunately there's a requirement to make it work with 3.14.28 kernel.

I've used exactly the same relevant DT nodes from 4.1.15 kernel (attached in a fido_display.dts file).

What is strange: setting resolution to 1920x1080 (proper/desired resolution is 800x480) and enabling split mode fixes the picture (see fbtest_ok.JPG), but it doesn't fit the display.

Any suggestions as to where to look: missing commit(s) to one of IPU drivers, DT properties, etc?

Also what kind of setting mismatch could produce picture distortion we are observing?

Thanks!

标签 (3)
标记 (2)
0 项奖励
1 解答
1,343 次查看
ivandrobyshevsk
Contributor II

For whatever reason, clock speed had to be set two times faster compared to kernel 4.1.15. With higher speed picture looks good again.

在原帖中查看解决方案

0 项奖励
2 回复数
1,344 次查看
ivandrobyshevsk
Contributor II

For whatever reason, clock speed had to be set two times faster compared to kernel 4.1.15. With higher speed picture looks good again.

0 项奖励
1,343 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Ivan

one can check if recommended LDB Clock Switch Procedure was implemented as

recommended by EB821

https://www.nxp.com/docs/en/engineering-bulletin/EB821.pdf 

Also one can try official nxp bsps described on

https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6ser...

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励