need iMX6 Quad HDMI 1920x1200 support

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

need iMX6 Quad HDMI 1920x1200 support

Jump to solution
2,210 Views
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

Labels (3)
1 Solution
1,119 Views
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.

View solution in original post

5 Replies
1,120 Views
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,119 Views
rickchu
Contributor IV

Dear Qiang,

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

Rick

0 Kudos
1,119 Views
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 Kudos
1,119 Views
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,119 Views
rickchu
Contributor IV

Dear Eric,

Thanks for your notice. Already applying patch file.

Rick

0 Kudos