From: Inki Dae <inki.dae@samsung.com>
To: dri-devel@lists.freedesktop.org
Cc: airlied@linux.ie, linux-samsung-soc@vger.kernel.org,
Inki Dae <inki.dae@samsung.com>
Subject: [RFC PATCH 0/3] drm/exynos: add full modularity support to sub drivers
Date: Wed, 19 Nov 2014 00:26:41 +0900 [thread overview]
Message-ID: <1416324404-28153-1-git-send-email-inki.dae@samsung.com> (raw)
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
next reply other threads:[~2014-11-18 15:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-18 15:26 Inki Dae [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1416324404-28153-1-git-send-email-inki.dae@samsung.com \
--to=inki.dae@samsung.com \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-samsung-soc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox