video: s3c-fb: Add support EXYNOS5 FIMD
authorJingoo Han <jg1.han@samsung.com>
Tue, 6 Mar 2012 06:53:41 +0000 (15:53 +0900)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Tue, 6 Mar 2012 11:57:14 +0000 (11:57 +0000)
commit5c44778eb0b8928aabfe039ba6f11ca88be6d650
tree861bb2bab929e96787cf300beecb4d82b30f9d63
parent23f1365677a84f775d374a1d8ca0360257685894
video: s3c-fb: Add support EXYNOS5 FIMD

This patch adds s3c_fb_driverdata s3c_fb_data_exynos5 for EXYNOS5
and adds extended timing control setting.

EXYNOS5 FIMD needs extended setting for video timing control.
Additional bits are added to VIDTCON2, VIDWxxADD2, VIDOSDxA and
VIDOSDxB registers in order to set timing value for lager resolution.

Also, address offset of VIDTCONx registers is changed from 0x0
to 0x20000, thus variable type should be changed to int type
to handle the address offset of VIDTCONx registers for EXYNOS5 FIMD.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
arch/arm/plat-samsung/include/plat/regs-fb.h
drivers/video/s3c-fb.c