need iMX6 Quad HDMI 1920x1200 support

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

need iMX6 Quad HDMI 1920x1200 support

跳至解决方案
2,281 次查看
rickchu
Contributor IV

Hi,

Can any one share HDMI 1920x1200 parameters in iMX6?

In current source codes does not have 1920x1200 resolution support yet, need help to this feature request.

- need 1920x1200@60Hz parameters in mxc_edid.c

Rick

标签 (3)
1 解答
1,190 次查看
qiang_li-mpu_se
NXP Employee
NXP Employee

From "VESA and Industry Standards and Guidelines for Computer Display Monitor Timing (DMT)" specification, DMTv1r11.pdf, there are some 1920x1200 timing parameters, maybe you can use them.

在原帖中查看解决方案

5 回复数
1,191 次查看
qiang_li-mpu_se
NXP Employee
NXP Employee

From "VESA and Industry Standards and Guidelines for Computer Display Monitor Timing (DMT)" specification, DMTv1r11.pdf, there are some 1920x1200 timing parameters, maybe you can use them.

1,190 次查看
rickchu
Contributor IV

Dear Qiang,

Thanks for your useful information; and I have succeed bring up HDMI 1920x1200 LCD on our device.

Rick

0 项奖励
1,190 次查看
adc1
Contributor IV

Hi,

I couldn't find DMTv1r11.pdf file. Could someone share 1920x1200 HDMI parameters (mxc_cea_mode item) to add in mxc_edid.c kernel module?

thank you, regards

Andrea

0 项奖励
1,190 次查看
EricNelson
Senior Contributor II

Hi Rick,

Note that you'll lose audio support (or it won't operate properly) since the mode isn't one of the standard "CEA" modes supported by the driver:

     linux-imx6/drivers/video/mxc/mxc_edid.c at boundary-imx_3.0.35_4.1.0 · boundarydevices/linux-imx6 · ...

1,190 次查看
rickchu
Contributor IV

Dear Eric,

Thanks for your notice. Already applying patch file.

Rick

0 项奖励