summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/regs-gsc.h
AgeCommit message (Collapse)Author
2016-12-14drm/exynos: gsc: add device tree supportSeung-Woo Kim
This patch adds device tree support for exynos_drm_gsc. The gsc driver is bound only when lcd-wb binding flag is set to gsc dt node. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
2012-12-15drm/exynos: add gsc ipp driverEunchul Kim
This patch adds IPP subsystem-based gsc driver for exynos5 series. GSC is stand for General SCaler and supports the following features: - image scaler/rotator/crop/flip/csc and input/output DMA operations. - image rotation and image effect functions. - writeback and display output operations. - M2M operation to crop, scale, rotation and csc. The below is GSC hardware path: Memory------->GSC------>Memory FIMD--------->GSC------>HDMI FIMD--------->GSC------>Memory Memory------->GSC------>FIMD, Mixer This driver is registered to IPP subsystem framework to be used by user side and user can control the GSC hardware through some interfaces of IPP subsystem framework. Changelog v1 ~ v5: - added comments, code fixups and cleanups. Signed-off-by: Eunchul Kim <chulspro.kim@samsung.com> Signed-off-by: Jinyoung Jeon <jy0.jeon@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin.park <kyungmin.park@samsung.com>