All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/exynos: more cleanup with super device support
@ 2014-03-27 12:43 Inki Dae
  2014-03-27 12:43 ` [PATCH 1/3] drm/exynos: add " Inki Dae
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Inki Dae @ 2014-03-27 12:43 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: a.hajda, kyungmin.park

This patch series cleans up exynos drm framework and kms sub drivers
using the component framework[1].

And this patch series had been posted for RFC[2].

Thanks,
Inki Dae

[1] http://lists.freedesktop.org/archives/dri-devel/2014-January/051249.html
[2] http://comments.gmane.org/gmane.comp.video.dri.devel/101200

Inki Dae (3):
  drm/exynos: add super device support
  drm/exynos: register platform driver at each kms sub drivers
  ARM: dts: exynos4210-universal: add a super device node for exynos
    drm

 arch/arm/boot/dts/exynos4210-universal_c210.dts |    5 +
 drivers/gpu/drm/exynos/exynos_dp_core.c         |   46 ++--
 drivers/gpu/drm/exynos/exynos_drm_core.c        |  216 ++++---------------
 drivers/gpu/drm/exynos/exynos_drm_crtc.c        |   17 ++
 drivers/gpu/drm/exynos/exynos_drm_crtc.h        |    4 +
 drivers/gpu/drm/exynos/exynos_drm_dpi.c         |   14 +-
 drivers/gpu/drm/exynos/exynos_drm_drv.c         |  259 +++++++++++------------
 drivers/gpu/drm/exynos/exynos_drm_drv.h         |   74 +++----
 drivers/gpu/drm/exynos/exynos_drm_fimd.c        |   58 +++--
 drivers/gpu/drm/exynos/exynos_drm_vidi.c        |   61 ++++--
 drivers/gpu/drm/exynos/exynos_hdmi.c            |   46 ++--
 drivers/gpu/drm/exynos/exynos_mixer.c           |   55 ++++-
 12 files changed, 406 insertions(+), 449 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-03-28 11:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-27 12:43 [PATCH 0/3] drm/exynos: more cleanup with super device support Inki Dae
2014-03-27 12:43 ` [PATCH 1/3] drm/exynos: add " Inki Dae
2014-03-27 14:46   ` Philipp Zabel
2014-03-28 10:46     ` Inki Dae
2014-03-28 10:49       ` Inki Dae
2014-03-28 11:49     ` Inki Dae
2014-03-27 12:43 ` [PATCH 2/3] drm/exynos: register platform driver at each kms sub drivers Inki Dae
2014-03-27 12:43 ` [PATCH 3/3] ARM: dts: exynos4210-universal: add a super device node for exynos drm Inki Dae
2014-03-27 12:49   ` Inki Dae

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.