[ARM] pxafb: allow insertion of delay to the smart panel command sequence
authorEric Miao <eric.miao@marvell.com>
Mon, 8 Dec 2008 10:46:00 +0000 (18:46 +0800)
committerEric Miao <eric.miao@marvell.com>
Wed, 17 Dec 2008 14:50:52 +0000 (22:50 +0800)
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>

No differences found