drm/exynos: mic: add MIC driver
authorHyungwon Hwang <human.hwang@samsung.com>
Tue, 27 Jan 2015 08:59:45 +0000 (17:59 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:41:08 +0000 (13:41 +0900)
commit419e97c8a7cb745ce6ecab62442d5f89dd24c812
tree160c18d7371a62a908f2ca0c842c4d815a3ed0c6
parent736c0401099f123295549ad38adc4e6416d04919
drm/exynos: mic: add MIC driver

MIC(Mobile image compressor) is newly added IP in Exynos5433. MIC
resides between decon and mipi dsim, and compresses frame data by 50%.
With dsi, not display port, to send frame data to the panel, the
bandwidth is not enough. That is why this compressor is introduced.

Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Documentation/devicetree/bindings/video/exynos-mic.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_mic.c [new file with mode: 0644]