DSS2: DSI: sidlemode to noidle while sending frame
authorTomi Valkeinen <tomi.valkeinen@nokia.com>
Wed, 15 Apr 2009 11:06:54 +0000 (14:06 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 1 May 2009 16:45:03 +0000 (19:45 +0300)
DISPC interrupts are not wake-up capable. Smart-idle in DISPC_SIDLEMODE
causes DSS interface to go to idle at the end of the frame, and the
FRAMEDONE interrupt is then delayed until something wakes up the DSS
interface.

So we set SIDLEMODE to no-idle when we start sending the frame, and
set it back to smart-idle after receiving FRAMEDONE.


No differences found