drm/exynos: add exynos5420 support for fimd
authorChanho Park <parkch98@gmail.com>
Fri, 12 Feb 2016 13:31:39 +0000 (22:31 +0900)
committerInki Dae <daeinki@gmail.com>
Tue, 1 Mar 2016 14:37:21 +0000 (23:37 +0900)
commit1feafd3afd294b03dbbedb8e8f94e0c4db526f10
tree5d2d495059e8dd4ce93af0328e1b04b9b6d79133
parent217fb00a7947a4ac0da15ab7a32d2aeb2fa5539a
drm/exynos: add exynos5420 support for fimd

This patch adds a exynos5420 driver data to support mic_bypass
option to bypass the mic from display out path.
The mic(Mobile image compressor) compresses RGB data from fimd
and send the compressed data to the mipi dsi.
The bypass option can be founded from system register and the bit
is 11. The option bit has been introduced since exynos5420. The
only difference between exynos5250 and exynos5420/exynos5422 is
existence of the bit. Until the MIC is defined and enabled from
device tree, the bypass mic will be default option.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Documentation/devicetree/bindings/display/exynos/samsung-fimd.txt
drivers/gpu/drm/exynos/exynos_drm_fimd.c
This page took 0.026171 seconds and 5 git commands to generate.