This series is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
Exynos SOC have a DISP1BLK register where we can select the path for FIMD output. We can redirect the video data directly to DP/MIPI interface, or we can pass it via image enhancement chips.
Since we don't use any image enhancement chips in exynos-drm, we need to set FIMD BYPASS in DISP1BLK.
This patchset is tested for basic display + DPMS + S2R on snow and peach_pit.
Ajay Kumar (3): [PATCH 1/3] drm/exynos: Control DISP1BLK system register in FIMD [PATCH 2/3] ARM: dts: exynos5420: Add sysreg phandle to FIMD node [PATCH 3/3] ARM: dts: exynos5250: Add sysreg phandle to FIMD node
.../devicetree/bindings/video/samsung-fimd.txt | 2 ++ arch/arm/boot/dts/exynos5250.dtsi | 1 + arch/arm/boot/dts/exynos5420.dtsi | 1 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 19 +++++++++++++++++++ include/video/samsung_fimd.h | 5 +++++ 5 files changed, 28 insertions(+)