1024 x 720 support imx8mplus

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

1024 x 720 support imx8mplus

291件の閲覧回数
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

ラベル(1)
タグ(2)
0 件の賞賛
5 返答(返信)

279件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

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

0 件の賞賛

273件の閲覧回数
redwanmohamed
Contributor III
スポイラ
 

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 件の賞賛

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

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

249件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

yes, if you mean GKTW70SDAE4SE

0 件の賞賛