drm/exynos: mic: add MIC driver
authorHyungwon Hwang <human.hwang@samsung.com>
Fri, 12 Jun 2015 12:59:02 +0000 (21:59 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 22 Jun 2015 11:04:56 +0000 (20:04 +0900)
commit77bbd8914a91fab25f567772db60e2d1372de8c6
treeec21337ce0e5ddcfdcfed2bc2901976ee7c7b54c
parent8ccd0d0ca04147e91890c373677f1e741dda2631
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>
Signed-off-by: Inki Dae <inki.dae@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]