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

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

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

253件の閲覧回数
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 件の賞賛
返信
4 返答(返信)

228件の閲覧回数
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 件の賞賛
返信

223件の閲覧回数
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 件の賞賛
返信

131件の閲覧回数
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 件の賞賛
返信

122件の閲覧回数
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 件の賞賛
返信