All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Restore parallel display support for Exynos based boards
@ 2014-03-17 10:27 Andrzej Hajda
  2014-03-17 10:27 ` [PATCH 1/9] drm/exynos: delay fbdev initialization until an output is connected Andrzej Hajda
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Andrzej Hajda @ 2014-03-17 10:27 UTC (permalink / raw)
  To: dri-devel
  Cc: Mark Rutland, devicetree, linux-samsung-soc, Pawel Moll,
	Ian Campbell, Andrzej Hajda, Kyungmin Park, Rob Herring,
	Kumar Gala, Grant Likely, Denis Carikli, Marek Szyprowski

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

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-03-21  5:36 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-17 10:27 [PATCH 0/9] Restore parallel display support for Exynos based boards Andrzej Hajda
2014-03-17 10:27 ` [PATCH 1/9] drm/exynos: delay fbdev initialization until an output is connected Andrzej Hajda
2014-03-17 10:27 ` [PATCH 2/9] drm/exynos: init kms poll after creation of connectors Andrzej Hajda
2014-03-17 10:27 ` [PATCH 3/9] drm/exynos: correct timing porch conversion Andrzej Hajda
2014-03-17 10:27 ` [PATCH 4/9] exynos/fimd: add parallel output related bindings Andrzej Hajda
2014-03-17 10:27 ` [PATCH 5/9] drm/exynos: restore parallel output interface support Andrzej Hajda
2014-03-17 12:03   ` [PATCH v2 " Andrzej Hajda
2014-03-17 10:27 ` [PATCH 6/9] ARM: dts: exynos4210-universal: add exynos/fimd node Andrzej Hajda
2014-03-17 10:27 ` [PATCH 7/9] drm/modes: add polarization handling to mode conversion Andrzej Hajda
2014-03-17 10:27 ` [PATCH 8/9] drm/exynos/fimd: use polarization flags provided by drm_display_mode Andrzej Hajda
2014-03-20  6:03   ` Inki Dae
2014-03-20  7:01     ` Andrzej Hajda
2014-03-20 13:26     ` [PATCH] ARM: dts: exynos4210-universal: add fimd polarization settings Andrzej Hajda
2014-03-21  5:36       ` Inki Dae
     [not found] ` <1395052045-23848-1-git-send-email-a.hajda-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-03-17 10:27   ` [PATCH 9/9] drm/exynos/fimd: remove unused variable Andrzej Hajda
2014-03-17 13:16     ` [PATCH v2 " Andrzej Hajda
2014-03-18 13:05 ` [PATCH 0/9] Restore parallel display support for Exynos based boards Tomasz Figa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.