summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.h
diff options
context:
space:
mode:
authorEunchul Kim <chulspro.kim@samsung.com>2012-12-14 17:58:56 +0900
committerInki Dae <daeinki@gmail.com>2012-12-15 02:39:41 +0900
commitbea8a429d91a1fd9a88c87df28062c632a1081f9 (patch)
treecba3e81be4c5dd75b2715f195f1ace57d18ff9da /drivers/gpu/drm/exynos/exynos_drm_drv.h
parent16102edb49b6cc7fbb68b10c04a42b78fbceb3ed (diff)
downloadop-kernel-dev-bea8a429d91a1fd9a88c87df28062c632a1081f9.zip
op-kernel-dev-bea8a429d91a1fd9a88c87df28062c632a1081f9.tar.gz
drm/exynos: add rotator ipp driver
This patch adds IPP subsystem-based rotator driver. And Rotator supports the following features. - Image crop operation support. - Rotate operation support to 90, 180 or 270 degree. - Flip operation support to vertical, horizontal or both. . as limitaions, the pixel format to source buffer should be same as the one to destination buffer and no scaler. This driver is registered to IPP subsystem framework to be used by user side and user can control the Rotator hardware through some interfaces of IPP subsystem framework. Changelog v6: - fix build warning. Changelog v1 ~ v5: - added comments, code fixups and cleanups. Signed-off-by: Eunchul Kim <chulspro.kim@samsung.com> Signed-off-by: Youngjun Cho <yj44.cho@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_drv.h')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h
index 6380350..de49956 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_drv.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h
@@ -350,5 +350,6 @@ extern struct platform_driver exynos_drm_common_hdmi_driver;
extern struct platform_driver vidi_driver;
extern struct platform_driver g2d_driver;
extern struct platform_driver fimc_driver;
+extern struct platform_driver rotator_driver;
extern struct platform_driver ipp_driver;
#endif
OpenPOWER on IntegriCloud