How to add HDMI resolution to i.MX6 Yocto BSP.

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

How to add HDMI resolution to i.MX6 Yocto BSP.

2,928件の閲覧回数
satoshishimoda
Senior Contributor I

Hi community,

Our partner want to output WXGA or WUXGA screen via HDMI.

They added the tables for WXGA and WUXGA in drivers/video/mxc/mxc_hdmi.c in L3.10.17-ga BSP similar as vga_mode (line 96).

However, it was not work well when video playback.

Actually, video playback speed was 1.2 times.

So we want to know how to add a new resolution to HDMI display.

Could you let me know correct procedure?

Best Regards,

Satoshi Shimoda

ラベル(4)
タグ(1)
3 返答(返信)

1,655件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

pls send the detailed modified source code to me, and what uboot command did you use?

0 件の賞賛
返信

1,655件の閲覧回数
satoshishimoda
Senior Contributor I

Hi Guanqion Xie,

We modified mxc_hdmi_edid_rebuild_modelist function in drivers/video/mxc/mxc_hdmi.c as following.

fb_destroy_modelist(&hdmi->fbi->modelist);

fb_add_videomode(&vga_mode, &hdmi->fbi->modelist);

fb_add_videomode(&wxga_mode, &hdmi->fbi->modelist);    <- add

fb_add_videomode(&wuxga_mode, &hdmi->fbi->modelist);  <- add

After adding the above code, user will be able to change HDMI resolation to 1280x800 by the following command after Linux BSP boot.

xrandr.png

Best Regards,

Satoshi Shimoda

1,655件の閲覧回数
satoshishimoda
Senior Contributor I

Could you give me a advice about this issue?

0 件の賞賛
返信