Hi Andrzej, On 17.03.2014 11:27, Andrzej Hajda wrote:
Hi, This patch set restores parallel display support removed during exynos refactorization. It is rebased on the latest exynos-drm-next branch plus patch adding polarization flags to drm_display_mode [1]. [1]: http://permalink.gmane.org/gmane.linux.drivers.driver-project.devel/47216 Regards Andrzej Andrzej Hajda (9): drm/exynos: delay fbdev initialization until an output is connected drm/exynos: init kms poll after creation of connectors drm/exynos: correct timing porch conversion exynos/fimd: add parallel output related bindings drm/exynos: restore parallel output interface support ARM: dts: exynos4210-universal: add exynos/fimd node drm/modes: add polarization handling to mode conversion drm/exynos/fimd: use polarization flags provided by drm_display_mode drm/exynos/fimd: remove unused variable .../devicetree/bindings/video/samsung-fimd.txt | 15 + arch/arm/boot/dts/exynos4210-universal_c210.dts | 25 ++ drivers/gpu/drm/drm_modes.c | 11 + drivers/gpu/drm/exynos/Kconfig | 8 + drivers/gpu/drm/exynos/Makefile | 1 + drivers/gpu/drm/exynos/exynos_drm_dpi.c | 339 +++++++++++++++++++++ drivers/gpu/drm/exynos/exynos_drm_drv.c | 22 +- drivers/gpu/drm/exynos/exynos_drm_drv.h | 8 + drivers/gpu/drm/exynos/exynos_drm_fb.c | 3 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 32 +- 10 files changed, 432 insertions(+), 32 deletions(-) create mode 100644 drivers/gpu/drm/exynos/exynos_drm_dpi.c
Including the V2 fixups sent for particular patches: Reviewed-by: Tomasz Figa <t.figa@xxxxxxxxxxx> Will try to test on one of my boards with parallel displays soon. Best regards, Tomasz -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html