display_data lost on IMX53?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

display_data lost on IMX53?

跳至解决方案
1,334 次查看
woutervh
Contributor IV

We are outputting as RGB24 on the displayport.

However, we see that some LSB's gets lost (actually, not really lost, but getting replaced some of the MSB's)

With walking 1's, it looks like (measured with the scope)

I'm using the linux 2.6.35 kernel from release 9.11 (git). Anyone has any clue?

R:

bit0 : 0x20 -> should be 0x01

bit1: 0x40 -> should be 0x02

bit2: 0x80 -> should be 0x04

bit3: 0x08

bit4: 0x10

bit5: 0x20

bit6: 0x40

bit7: 0x80

G:

bit0 : 0x40-> should be 0x01

bit1: 0x80 -> should be 0x02

bit2: 0x04

bit3: 0x08

bit4: 0x10

bit5: 0x20

bit6: 0x40

bit7: 0x80

B:

bit0 : 0x20 -> should be 0x01

bit1: 0x40 -> should be 0x02

bit2: 0x80 -> should be 0x04

bit3: 0x08

bit4: 0x10

bit5: 0x20

bit6: 0x40

bit7: 0x80


标签 (2)
0 项奖励
回复
1 解答
1,214 次查看
max_tsai
NXP Employee
NXP Employee

hi,

You may try to configure framebuffer with 32bpp.

You can add 'bpp=32' appending video_mode of bootup command.

you can refer to "mx53_start_linux.book" as the below.

---

4. For each of the devices connected with DI, provide a specific video mode in bootup command line

in this format: video=mxcdixfb:DI_pixel_format,

video_mode,bpp=bits_per_pixel_of_frame_buffer.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,215 次查看
max_tsai
NXP Employee
NXP Employee

hi,

You may try to configure framebuffer with 32bpp.

You can add 'bpp=32' appending video_mode of bootup command.

you can refer to "mx53_start_linux.book" as the below.

---

4. For each of the devices connected with DI, provide a specific video mode in bootup command line

in this format: video=mxcdixfb:DI_pixel_format,

video_mode,bpp=bits_per_pixel_of_frame_buffer.

0 项奖励
回复
1,214 次查看
woutervh
Contributor IV

thanks

0 项奖励
回复