[RFC PATCH 0/3] drm/exynos: add full modularity support to sub drivers
Inki Dae
inki.dae at samsung.com
Tue Nov 18 07:26:41 PST 2014
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
More information about the dri-devel
mailing list