commit | 69bdea7047fbac88beb8b7ba9e428c4f0e53f563 | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.miao@marvell.com> | Mon Dec 08 18:46:00 2008 +0800 |
committer | Eric Miao <eric.miao@marvell.com> | Wed Dec 17 22:50:52 2008 +0800 |
tree | db4b378ef239087317cd0b4f8ba4c9d7ed8d638a | |
parent | c1f99c215c58111629984a49ba87b2b145dd1f5b [diff] |
[ARM] pxafb: allow insertion of delay to the smart panel command sequence Some smart panel requires a delay between command sequences, while PXA LCD controller didn't provide such one, let's emulate this by software. A software delay marker can be inserted into the command sequence, once pxafb_smart_queue() detects this, it flushes the previous commands and delay for a specified number of milliseconds. Signed-off-by: Eric Miao <eric.miao@marvell.com>