]> rtime.felk.cvut.cz Git - linux-imx.git/commit
s3c-fb: add support for display panning
authorPawel Osciak <p.osciak@samsung.com>
Wed, 11 Aug 2010 01:02:38 +0000 (18:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:10 +0000 (08:59 -0700)
commit067b226b9e8e20463e0937344c93101ac8d8d2b1
tree518d26953ac86514594307976e5a670212c52c6e
parenteb42b0441bc7fd29066bb7c38ebabe3d0e3ff202
s3c-fb: add support for display panning

Supports all bpp modes.

The PRTCON register is used to disable in-hardware updates of registers
that store start and end addresses of framebuffer memory.  This prevents
display corruption in case we do not make it before VSYNC with updating
them atomically.  With this feature there is no need to wait for a VSYNC
interrupt before each such update.

Signed-off-by: Pawel Osciak <p.osciak@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: InKi Dae <inki.dae@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/plat-samsung/include/plat/regs-fb.h
drivers/video/s3c-fb.c