[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)
commit69bdea7047fbac88beb8b7ba9e428c4f0e53f563
treedb4b378ef239087317cd0b4f8ba4c9d7ed8d638a
parentc1f99c215c58111629984a49ba87b2b145dd1f5b
[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>
arch/arm/mach-pxa/include/mach/regs-lcd.h
drivers/video/pxafb.c