]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/exynos: Add driver for Exynos Scaler module
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>
Wed, 9 May 2018 08:59:26 +0000 (10:59 +0200)
committerInki Dae <inki.dae@samsung.com>
Wed, 9 May 2018 23:53:23 +0000 (08:53 +0900)
commit01fb9185dc180940f90510215ef8764d6155d088
tree9a04da747a97587c1626788c31d9d156e4937e58
parent7a2d5c77c55847f31945e5aa8337db2218a5a7c1
drm/exynos: Add driver for Exynos Scaler module

Exynos Scaler is a hardware module, which processes graphic data fetched
from memory and transfers the resultant dato another memory buffer.
Graphics data can be up/down-scaled, rotated, flipped and converted color
space. Scaler hardware modules are a part of Exynos5420 and newer Exynos
SoCs.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Documentation/devicetree/bindings/gpu/samsung-scaler.txt [new file with mode: 0644]
drivers/gpu/drm/exynos/Kconfig
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_scaler.c [new file with mode: 0644]
drivers/gpu/drm/exynos/regs-scaler.h [new file with mode: 0644]