[GIT PULL] exynos-drm-next

Inki Dae inki.dae at samsung.com
Sat Apr 30 03:01:48 UTC 2016


Hi Dave,

	This pull request includes some code refactoring, Exynos5433 and
	HW trigger mode supports.

	Summary:
	- Support for pipeline clock between KMS drivers.
	  . Exynos SoC is required to control clocks across KMS drivers
	    according to Exynos SoC version. So this patch refactos
	    some relevant codes and provides generic solution for it.
	- Add Exynos5433 SoC support to HDMI parts - HDMI and DECON-TV.
	- Add HW trigger mode support to CRTC drivers.
	  . In case of using i80 Panel, some Exynos SoC supports HW trigger
	    mode so this patch makes trigger mode - HW or SW trigger - to be
	    set according to SoC version properly.
	- And some cleanups and regression fixups.

	Please, kindly let me know if there is any problem.

Thanks,
Inki Dae

The following changes since commit b89359bdf0f1e95a4c5f92300594ba9dde323fc4:

  Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next (2016-04-29 14:57:51 +1000)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-next

for you to fetch changes up to b5bf0f1ea3658254bd72ef64abc97786e8a32255:

  drm/exynos: clean up register definions for fimd and decon (2016-04-30 11:34:14 +0900)

----------------------------------------------------------------
Andrzej Hajda (23):
      drm/exynos: fix adjusted_mode pointer in exynos_plane_mode_set
      drm/exynos: build fbdev code conditionally
      drm/exynos/hdmi: clock code re-factoring
      drm/exynos/hdmi: constify global variables
      drm/exynos/hdmi: use array specifier for HDMI-PHY configurations
      drm/exynos/hdmi: code cleanup
      drm/exynos/hdmi: stop programming registers with default values
      dt-bindings: exynos_hdmi: add bindings for Exynos5433 variant
      drm/exynos/hdmi: add Exynos5433 support
      dt-bindings: video: add PCLK clock entry to exynos5433-decon
      dt-bindings: video: exynos5433-decon: add bindings for DECON-TV
      drm/exynos/hdmi: fix PHY configuration sequence
      drm/exynos/hdmi: add PHY power off signal handling
      drm/exynos/hdmi: add core reset code
      drm/exynos/hdmi: remove registry dump
      drm/exynos/decon5433: fix DECON standalone update
      drm/exynos/decon5433: reset decon on start
      drm/exynos/decon5433: do not protect window in plane disable
      drm/exynos: add helper to get crtc from pipe
      drm/exynos: add support for pipeline clock to the framework
      drm/exynos/decon5433: enable HDMI-PHY before configuring DECON
      drm/exynos/mixer: enable HDMI-PHY before configuring MIXER
      drm/exynos: convert clock_enable crtc callback to pipeline clock

Arnd Bergmann (1):
      drm/exynos: fix error handling in exynos_drm_subdrv_open

Dan Carpenter (2):
      drm/exynos: mic: fix an error code
      drm/exynos: fix a warning message

Inki Dae (4):
      drm/exynos: clean up wait_for_vblank
      drm/exynos: fimd: add HW trigger support
      drm/exynos: decon: clean up interface type
      drm/exynos: clean up register definions for fimd and decon

Javier Martinez Canillas (1):
      drm/exynos: Use VIDEO_SAMSUNG_S5P_G2D=n as G2D Kconfig dependency

Marek Szyprowski (8):
      drm/exynos: fimd: fix broken dp_clock control
      drm/exynos: exynos5433_decon: use generic of_device_get_match_data helper
      drm/exynos: dsi: use generic of_device_get_match_data helper
      drm/exynos: fimd: use generic of_device_get_match_data helper
      drm/exynos: rotator: use generic of_device_get_match_data helper
      drm/exynos: hdmi: use generic of_device_get_match_data helper
      drm/exynos: mixer: remove support for non-dt platforms
      drm/exynos: mixer: use generic of_device_get_match_data helper

 .../bindings/display/exynos/exynos5433-decon.txt   |    5 +-
 .../bindings/display/exynos/exynos_hdmi.txt        |   27 +-
 drivers/gpu/drm/exynos/Kconfig                     |    2 +-
 drivers/gpu/drm/exynos/Makefile                    |    6 +-
 drivers/gpu/drm/exynos/exynos5433_drm_decon.c      |   86 +--
 drivers/gpu/drm/exynos/exynos7_drm_decon.c         |    1 -
 drivers/gpu/drm/exynos/exynos_dp.c                 |    9 +-
 drivers/gpu/drm/exynos/exynos_drm_core.c           |    2 +-
 drivers/gpu/drm/exynos/exynos_drm_crtc.c           |   10 +-
 drivers/gpu/drm/exynos/exynos_drm_drv.h            |   28 +-
 drivers/gpu/drm/exynos/exynos_drm_dsi.c            |   27 +-
 drivers/gpu/drm/exynos/exynos_drm_fb.c             |   11 -
 drivers/gpu/drm/exynos/exynos_drm_fbdev.c          |   11 +
 drivers/gpu/drm/exynos/exynos_drm_fbdev.h          |   23 +-
 drivers/gpu/drm/exynos/exynos_drm_fimd.c           |   99 ++-
 drivers/gpu/drm/exynos/exynos_drm_mic.c            |    3 +-
 drivers/gpu/drm/exynos/exynos_drm_plane.c          |   12 +-
 drivers/gpu/drm/exynos/exynos_drm_rotator.c        |   11 +-
 drivers/gpu/drm/exynos/exynos_hdmi.c               |  738 +++++++++-----------
 drivers/gpu/drm/exynos/exynos_mixer.c              |   69 +-
 drivers/gpu/drm/exynos/regs-hdmi.h                 |    9 +-
 include/video/exynos5433_decon.h                   |    6 +-
 22 files changed, 572 insertions(+), 623 deletions(-)


More information about the dri-devel mailing list