This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM3730 + DSI LCD. Can't update frame buffer.

Other Parts Discussed in Thread: DM3730

Hello, everyone.

I'm trying to bring up Truly LCD panel in DSI comand mode on DM3730 Linux 2.6.37 platform. I'm using panel-taal.c driver as a reference.

So far it looks like I have DSI engine running fine. The panel is successfully probed for, frame buffer is created and updated on startup. I know that, because I've cleared vram ( in _omap_vram_clear() ) not with zeros but with 0x008800. So once the kernel is up I have nice green display. But when I try to update frame buffer with dd if=/dev/zero of=/dev/fb0 -- it has no effect on LCD.

Any pointers on why this might be happening?