drm/exynos: add device tree support for rotator
authorChanho Park <chanho61.park@samsung.com>
Fri, 31 May 2013 09:38:59 +0000 (18:38 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:43:07 +0000 (11:43 +0900)
commit7607c8a4c4c0d2fb1f53c6b5997d3c9d8d91f28f
treed0b24f1fc4c9ce0796c0d30e5b3038d7e1e2d88a
parent109208e112de69679395935dc3fc1f5f4b0aa807
drm/exynos: add device tree support for rotator

The exynos4 platform is only dt-based since 3.10, we should convert driver data
and ids to dt-based parsing methods. The rotator driver has a limit table to get
size limit. The minimum size of RGB888 format is 8 x 8 and maximum size is 8K x
8K. The other format, YCbCr420 2-Plane has 32 x 32 min size and 32K x 32K max
size. Each format should be multiple of 'align' value.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_rotator.c