[GIT PULL] exynos-drm-fixes

Inki Dae inki.dae at samsung.com
Fri May 19 09:33:40 UTC 2017


Hi Dave,

   a little bit big cleanups but this fixes some timeout issue
   at wait-for-vblank, fixups to dt broken issue and trivial cleanups.

   Please kindly let me know if there is any problem.

Thanks,
Inki Dae

The following changes since commit 4fd8922689c9d73edc93473552987ea81e11463e:

  Merge tag 'drm-intel-fixes-2017-05-18-1' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes (2017-05-19 10:23:14 +1000)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-fixes-for-v4.12

for you to fetch changes up to 041d4fcf12520cb32c18edb953ec6b707a2c6340:

  drm/exynos/decon5433: remove useless check (2017-05-19 17:28:17 +0900)

----------------------------------------------------------------
Summary:
- Fix dt binding of MIPI-DSI driver
- Rework vblank handling
  . This patch series adds frame counter callback and removes
    unnecessary pipe relevnt fields and simplifies event handling.
- Implement and fix sw-trigger relevant code
  . This patch moves TE relevant code from Panel and HDMI to DECON driver
    to fix a race between interrupt handlers and DECON disable,
    and to fix timeout issue at wait-for-vblank.
  . It removes unnecessary flags and check code specific to Exynos driver.

----------------------------------------------------------------
Andrzej Hajda (21):
      drm/exynos: simplify completion event handling
      drm/exynos/decon5433: implement frame counter
      drm/exynos: kill exynos_drm_crtc::pipe
      drm/exynos: kill exynos_drm_private::pipe
      drm/exynos: set plane possible_crtcs in exynos_plane_init
      drm/exynos: kill pipe field from drivers contexts
      drm/exynos: kill mode_set_nofb callback
      drm/exynos/decon5433: kill DECON_UPDATE workaround
      drm/exynos/decon5433: kill BIT_IRQS_ENABLED
      drm/exynos/decon5433: simplify shadow protect code
      drm/exynos/hdmi: fix pipeline disable order
      drm/exynos/dsi: fix bridge_node DT parsing
      drm/exynos/decon5433: always do sw-trigger when vblanks enabled
      dt-bindings: exynos5433-decon: fix interrupts bindings
      dt-bindings: exynos5433-decon: add TE interrupt binding
      drm/exynos/decon5433: move TE handling to DECON
      drm/exynos/decon5433: kill BIT_IRQS_ENABLED flag
      drm/exynos/decon5433: kill BIT_CLKS_ENABLED flag
      drm/exynos/decon5433: kill BIT_WIN_UPDATED flag
      drm/exynos/decon5433: kill BIT_SUSPENDED flag
      drm/exynos/decon5433: remove useless check

Daniel Vetter (1):
      drm/exynos: Merge pre/postclose hooks

Hoegeun Kwon (1):
      drm/exynos: dsi: Fix the parse_dt function

Inki Dae (1):
      drm/exynos: clean up description of exynos_drm_crtc

Tobias Jakobi (2):
      drm/exynos: mixer: simplify mixer_cfg_rgb_fmt()
      drm/exynos: mixer: document YCbCr magic numbers

 .../bindings/display/exynos/exynos5433-decon.txt   |  13 +-
 drivers/gpu/drm/exynos/exynos5433_drm_decon.c      | 218 +++++++++------------
 drivers/gpu/drm/exynos/exynos7_drm_decon.c         |  19 +-
 drivers/gpu/drm/exynos/exynos_drm_crtc.c           |  50 +++--
 drivers/gpu/drm/exynos/exynos_drm_crtc.h           |   1 -
 drivers/gpu/drm/exynos/exynos_drm_drv.c            |   8 +-
 drivers/gpu/drm/exynos/exynos_drm_drv.h            |  19 +-
 drivers/gpu/drm/exynos/exynos_drm_dsi.c            |  24 +--
 drivers/gpu/drm/exynos/exynos_drm_fimd.c           |  24 +--
 drivers/gpu/drm/exynos/exynos_drm_plane.c          |   5 +-
 drivers/gpu/drm/exynos/exynos_drm_plane.h          |   1 -
 drivers/gpu/drm/exynos/exynos_drm_vidi.c           |  22 +--
 drivers/gpu/drm/exynos/exynos_hdmi.c               |  13 +-
 drivers/gpu/drm/exynos/exynos_mixer.c              |  76 ++++---
 drivers/gpu/drm/exynos/regs-mixer.h                |   7 +-
 include/video/exynos5433_decon.h                   |   1 +
 16 files changed, 192 insertions(+), 309 deletions(-)


More information about the dri-devel mailing list