devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] device tree support for exynos rotator
@ 2013-07-22  6:49 Chanho Park
  2013-07-22  6:49 ` [PATCH 1/3] drm/exynos: add device tree support for rotator Chanho Park
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Chanho Park @ 2013-07-22  6:49 UTC (permalink / raw)
  To: inki.dae, kgene.kim
  Cc: jy0922.shim, sw0312.kim, kyungmin.park, dri-devel,
	linux-samsung-soc, linux-arm-kernel, devicetree-discuss,
	Chanho Park

This patchset includes dt support for exynos 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.

Chanho Park (3):
  drm/exynos: add device tree support for rotator
  drm/exynos: add dt-binding documentation for rotator
  dts: ARM: add a rotator node for exynos4

 .../bindings/drm/exynos/samsung-rotator.txt        |   35 +++++++
 arch/arm/boot/dts/exynos4.dtsi                     |   23 ++++
 drivers/gpu/drm/exynos/exynos_drm_rotator.c        |  110 ++++++++++++++------
 3 files changed, 138 insertions(+), 30 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/drm/exynos/samsung-rotator.txt

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-07-23  2:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-22  6:49 [PATCH 0/3] device tree support for exynos rotator Chanho Park
2013-07-22  6:49 ` [PATCH 1/3] drm/exynos: add device tree support for rotator Chanho Park
2013-07-22 12:20   ` Inki Dae
2013-07-22 19:32   ` Tomasz Figa
2013-07-22  6:49 ` [PATCH 2/3] drm/exynos: add dt-binding documentation " Chanho Park
2013-07-22  8:48   ` Mark Rutland
2013-07-22 12:37     ` Inki Dae
2013-07-22 12:46       ` Lucas Stach
2013-07-22 13:31         ` Inki Dae
2013-07-22 14:00           ` Sylwester Nawrocki
2013-07-22 19:28             ` Tomasz Figa
2013-07-23  2:00               ` Inki Dae
2013-07-22  6:49 ` [PATCH 3/3] dts: ARM: add a rotator node for exynos4 Chanho Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).