i.MX6 LDB framebuffer bpp

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

i.MX6 LDB framebuffer bpp

776件の閲覧回数
yan2
Contributor II

Dear Community,

I am a little bit lost between device tree and framebuffer.

I've connected a lvds-display to a i.MX6DL. This works so far.

In the device tree file I configured ldb for the display:

&ldb {
    status = "okay";
    lvds-channel@0 {
        fsl,data-mapping = "spwg";
        fsl,data-width = <24>;

/* ... */

};

And the kernel (4.9.20) generates framebuffer automatically:

[    1.475128] imx-drm display-subsystem: fb0:  frame buffer device

But when I cat /sys/class/graphics/fb0/bits_per_pixel I get: 16

How can I increase the framebuffer bits_per_pixel to 32?

Regards,

YAN

0 件の賞賛
返信
0 返答(返信)