[PATCH 00/10] Exynos DRM: various fixes for 64bit and Exynos5433

Marek Szyprowski m.szyprowski at samsung.com
Wed Feb 3 12:42:44 UTC 2016


Hello all,

This patch series is a set of various fixes to get Exynos DRM working on
Exynos 5433 SoCs and 64bit ARM64 architecture.

Patches are based on top of v4.5-rc2 release.

Best regards
Marek Szyprowski
Samsung R&D Institute Poland


Patch summary:

Joonyoung Shim (1):
  drm/exynos: depend on ARCH_EXYNOS for DRM_EXYNOS

Marek Szyprowski (9):
  drm/exynos: ipp: fix incorrect format specifiers in debug messages
  drm/exynos: fix types for compilation on 64bit architectures
  drm/exynos: mic: use devm_clk interface
  drm/exynos: mic: convert to component framework
  drm/exynos: mic: make all functions static
  drm/exynos: dsi: restore support for drm bridge
  drm/exynos: initialize DMA ops for virtual Exynos DRM device
  drm/exynos: exynos5433_decon: fix wrong state assignment in
    decon_enable
  drm/exynos: exynos5433_decon: fix wrong state in decon_vblank_enable

 drivers/gpu/drm/exynos/Kconfig                |  2 +-
 drivers/gpu/drm/exynos/exynos5433_drm_decon.c |  4 +-
 drivers/gpu/drm/exynos/exynos_drm_drv.c       |  1 +
 drivers/gpu/drm/exynos/exynos_drm_dsi.c       |  1 +
 drivers/gpu/drm/exynos/exynos_drm_fimc.c      |  2 +-
 drivers/gpu/drm/exynos/exynos_drm_g2d.c       |  5 +-
 drivers/gpu/drm/exynos/exynos_drm_gem.c       |  2 +-
 drivers/gpu/drm/exynos/exynos_drm_gsc.c       |  2 +-
 drivers/gpu/drm/exynos/exynos_drm_ipp.c       | 32 ++++++------
 drivers/gpu/drm/exynos/exynos_drm_mic.c       | 72 ++++++++++++++++-----------
 drivers/gpu/drm/exynos/exynos_drm_rotator.c   |  2 +-
 drivers/gpu/drm/exynos/exynos_drm_vidi.c      |  8 +--
 12 files changed, 74 insertions(+), 59 deletions(-)

-- 
1.9.2



More information about the dri-devel mailing list