DSI to HDMI support for a resolution of 1280x800 on the i.MX8MM processor ?

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

DSI to HDMI support for a resolution of 1280x800 on the i.MX8MM processor ?

252 Views
charleshuang
Senior Contributor II

Dear NXP Team,

We are developing an application that requires DSI to HDMI support for a resolution of 1280x800 on the i.MX8MM processor.
We are seeking your guidance on achieving this functionality.

Current Challenge:
We reviewed the drm_edid.c driver file within the Linux kernel source code (https://github.com/nxp-imx/linux-imx),
specifically the edid_cea_modes variable. This variable appears to lack native support for the 1280x800 resolution.

Driver Support:
Does NXP offer a driver solution for enabling DSI to HDMI with 1280x800 resolution on the i.MX8MM platform?
We would appreciate any recommendations or workarounds you could suggest regarding driver support for this specific resolution.
ADV7535 Chip Compatibility:

We are also exploring the viability of using the ADV7535 chip in conjunction with the i.MX8MM to achieve DSI to HDMI with 1280x800 support.
Can you confirm if the ADV7535 chip is compatible with this configuration and resolution on the i.MX8MM platform?

Thanks.

0 Kudos
Reply
4 Replies

227 Views
charleshuang
Senior Contributor II

Hi NXP,

The ADV7535 vendor has already indicated that it does not support 1280x800 resolution for DSI to HDMI conversion.

Do you have any suggested chipsets?

0 Kudos
Reply

222 Views
joanxie
NXP TechSupport
NXP TechSupport

what pixel clock of your display?you can check current adv7535 can support this or not, if not, you need add new clock in the driver to support this

0 Kudos
Reply

130 Views
charleshuang
Senior Contributor II

Hi @joanxie 

Our panel has a resolution of 1280x800 at 60Hz. I believe the clock frequency is 61.44 MHz. Is that correct?

0 Kudos
Reply

121 Views
joanxie
NXP TechSupport
NXP TechSupport

you need to check the display spec to confirm this, and check the clock table (imx_pll1443x_tbl) if you can get the clock from it or not

https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/drivers/clk/imx/clk-pll14xx.c

0 Kudos
Reply