1024 x 720 support imx8mplus

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

1024 x 720 support imx8mplus

536 Views
redwanmohamed
Contributor III

Dear NXP team,

want to know support of 1024 x 720 resolution with imx8mplus soc. We have a requiremebt with this non standard resolution hope the dedicated controllers are capable of rescaling to these resolution from the other resolutions received from the cameras to the available display

 

thanks

AMR

Labels (1)
Tags (2)
0 Kudos
5 Replies

524 Views
joanxie
NXP TechSupport
NXP TechSupport

what display do you use? HDMI or LVDS? and what pixel clock of your display?

0 Kudos

518 Views
redwanmohamed
Contributor III
Spoiler
 

Thanks @joanxie @for the quick response

for poc we are planning to use https://www.variscite.com/wp-content/uploads/2017/12/VLCD-CAP-GLD-LVDS.pdf but for production it will change 

0 Kudos

511 Views
joanxie
NXP TechSupport
NXP TechSupport

for GKTW70SDAE4SE, this is 800x480 LCD panel, you can refer to the link as below:

"https://variwiki.com/index.php?title=DART-MX8M-PLUS_Display"

"https://github.com/Embedfire/ebf-buster-linux/blob/master/Documentation/devicetree/bindings/display/...

for imx8mp lvds support, the lvds is sourced from limited PLL as below

static const struct imx_pll14xx_rate_table imx_pll1443x_tbl[] = {
	PLL_1443X_RATE(1039500000U, 173, 2, 1, 16384),
	PLL_1443X_RATE(650000000U, 325, 3, 2, 0),
	PLL_1443X_RATE(594000000U, 198, 2, 2, 0),
	PLL_1443X_RATE(519750000U, 173, 2, 2, 16384),
	PLL_1443X_RATE(393216000U, 262, 2, 3, 9437),
	PLL_1443X_RATE(361267200U, 361, 3, 3, 17511),
};

so couldn't support any pixel clock lvds, you can check if your display meets this or not, if yes, current bsp can support this

0 Kudos

508 Views
redwanmohamed
Contributor III

So I understand that if display has the capability bsp already has the support

Thanks once again for the quickest response

0 Kudos

494 Views
joanxie
NXP TechSupport
NXP TechSupport

yes, if you mean GKTW70SDAE4SE

0 Kudos