All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] drm/exynos: add full modularity support to sub drivers
@ 2014-11-18 15:26 Inki Dae
  2014-11-18 15:26 ` [RFC PATCH 1/3] drm/exynos: make kms drivers to be independent modules Inki Dae
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Inki Dae @ 2014-11-18 15:26 UTC (permalink / raw)
  To: dri-devel; +Cc: airlied, linux-samsung-soc, Inki Dae

Hi all,

   This patch set adds full modularity to sub drivers, kms and
   non kms drivers.

   For this, this patch sets consists into three patches.
   first patch modularizes kms drivers, second patch for non
   kms drivers, and third patch for vidi driver.

   I hope we could resolve infinite loop issue and kernel lockup
   reported by other people. This patch set is RFC so there might
   be my missing points. Welcome to any comments.

   This patch set is based on top of exynos-drm-next branch.

   Thanks,
   Inki Dae

Inki Dae (3):
  drm/exynos: make kms drivers to be independent modules
  drm/exynos: make non kms drivers to be indenpendent modules
  drm/exynos: make vidi driver to be independent module

 drivers/gpu/drm/exynos/Kconfig              |    8 +-
 drivers/gpu/drm/exynos/exynos_dp_core.c     |   13 +++
 drivers/gpu/drm/exynos/exynos_drm_core.c    |  166 +++++++++++++++++++++++----
 drivers/gpu/drm/exynos/exynos_drm_drv.c     |  105 +----------------
 drivers/gpu/drm/exynos/exynos_drm_drv.h     |   42 ++-----
 drivers/gpu/drm/exynos/exynos_drm_dsi.c     |   13 +++
 drivers/gpu/drm/exynos/exynos_drm_fimc.c    |   13 +++
 drivers/gpu/drm/exynos/exynos_drm_fimd.c    |   13 +++
 drivers/gpu/drm/exynos/exynos_drm_g2d.c     |   34 ++++++
 drivers/gpu/drm/exynos/exynos_drm_gsc.c     |   12 ++
 drivers/gpu/drm/exynos/exynos_drm_ipp.c     |   39 ++++++-
 drivers/gpu/drm/exynos/exynos_drm_rotator.c |   13 +++
 drivers/gpu/drm/exynos/exynos_drm_vidi.c    |   81 ++++++++-----
 drivers/gpu/drm/exynos/exynos_hdmi.c        |   13 +++
 drivers/gpu/drm/exynos/exynos_mixer.c       |   13 +++
 15 files changed, 391 insertions(+), 187 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-11-19 13:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 15:26 [RFC PATCH 0/3] drm/exynos: add full modularity support to sub drivers Inki Dae
2014-11-18 15:26 ` [RFC PATCH 1/3] drm/exynos: make kms drivers to be independent modules Inki Dae
2014-11-19  8:49   ` Andrzej Hajda
2014-11-19 13:17     ` Inki Dae
2014-11-18 15:26 ` [RFC PATCH 2/3] drm/exynos: make non kms drivers to be indenpendent modules Inki Dae
2014-11-19  3:19   ` [RFC PATCH v2] " Inki Dae
2014-11-19  4:39     ` YoungJun Cho
2014-11-19  4:51       ` Inki Dae
2014-11-18 15:26 ` [RFC PATCH 3/3] drm/exynos: make vidi driver to be independent module 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.