Hello,
we use Omap 3515 which outputs GUI graphics over 30fps video on 1024x768 LCD display.
The GUI is 32bpp and may use POWERVR SGX for some operations:
Sometime we get the following messages from the 2.6.29 kernel:
isp_buf_process: Ouch - CCDC or resizer was busy.
ccdc 1 won't become idle!
ccdc 1 won't become idle!
isp_buf_process: Ouch - CCDC or resizer was busy.
ccdc 1 won't become idle!
isp_buf_process: Ouch - CCDC or resizer was busy.
isp_buf_process: Ouch - CCDC or resizer was busy.
ccdc 1 won't become idle!
ccdc 1 won't become idle!
isp_buf_process: Ouch - CCDC or resizer was busy.
ccdc 1 won't become idle!
ccdc 1 won't become idle!
isp_buf_process: Ouch - CCDC or resizer was busy.
ccdc 1 won't become idle!
isp_buf_process: Ouch - CCDC or resizer was busy.
ccdc 1 won't become idle!
isp_buf_process: Ouch - CCDC or resizer was busy.
isp_buf_process: Ouch - CCDC or resizer was busy.
isp_buf_process: Ouch - CCDC or resizer was busy.
ccdc 1 won't become idle!
isp_buf_process: Ouch - CCDC or resizer was busy.
isp_buf_process: Ouch - CCDC or resizer was busy.
ccdc 1 won't become idle!
isp_buf_process: Ouch - CCDC or resizer was busy.
isp_buf_process: Ouch - CCDC or resizer was busy.
omap-dss DISPC error: dispc irq error status 0460
After the last message, the kernel freezes and screen turns green. The
status 0640 is from register DISPC_IRQSTATUS and two of the
bits set are VID1FIFOUNDERFLOW and GFXFIFOUNDERFLOW.
Is there any fix for this?
Martin