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.

Support of single frame buffer on OMAP4 display



Hi ,

Here is the use case, wondering how can be done in OMAP4, please point if any references:

1. There will be only 1 frame buffer from which display will be done every frame

2. The video data to be displayed is created in small private buffers.

3. A Hardware logic will need to update the frame buffer , using DMA or something , such that there will be no tearing (ie copying from private buffer to frame buffer should not happen when that particular line is being displayed while causnig tearing). For this the hardware must be aware of what is being currently displayed ie knowledge of line being drawn on screen.

4.CPU cannot be used for this task as its too slow, and dont want to burden it.

Thanks

vperi