[PATCH 1/3] drm/exynos: add device tree support for rotator

2013-07-24 Thread Chanho Park
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 siz

[PATCH 1/3] drm/exynos: add device tree support for rotator

2013-07-22 Thread Tomasz Figa
On Monday 22 of July 2013 15:49:25 Chanho Park wrote: > 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 8

[PATCH 1/3] drm/exynos: add device tree support for rotator

2013-07-22 Thread Inki Dae
amsung.com; sw0312.kim at samsung.com; > kyungmin.park at samsung.com; dri-devel at lists.freedesktop.org; > linux-samsung- > soc at vger.kernel.org; linux-arm-kernel at lists.infradead.org; devicetree- > discuss at lists.ozlabs.org; Chanho Park > Subject: [PATCH 1/3] drm/exynos: ad

[PATCH 1/3] drm/exynos: add device tree support for rotator

2013-07-22 Thread Chanho Park
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 siz

Re: [PATCH 1/3] drm/exynos: add device tree support for rotator

2013-07-22 Thread Tomasz Figa
On Monday 22 of July 2013 15:49:25 Chanho Park wrote: > 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 8

RE: [PATCH 1/3] drm/exynos: add device tree support for rotator

2013-07-22 Thread Inki Dae
12@samsung.com; > kyungmin.p...@samsung.com; dri-devel@lists.freedesktop.org; linux-samsung- > s...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; devicetree- > disc...@lists.ozlabs.org; Chanho Park > Subject: [PATCH 1/3] drm/exynos: add device tree support for rotator >