[GIT PULL] exynos-drm-fixes

Inki Dae inki.dae at samsung.com
Mon Nov 5 08:48:53 UTC 2018


Hi Dave,

   Just three regression fixups - fix extension and clone mode issue,
   fix lack of fbdev on Rinato and trats boards, and check for dsi->panel
   object correctlY.

   Please kindely let me know if there is any problem.

Thanks,
Inki Dae

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

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.20-rc2

for you to fetch changes up to 989534cfcac89f927fa46b1e0861d92ffbd2c7e4:

  drm/exynos/fbdev: do not skip fbdev init if there are no connectors (2018-11-05 16:37:24 +0900)

----------------------------------------------------------------
Three regressions
- Revert frame counter support
  . This patch fixes a issue which doesn't work extension and clone
    mode because some CRTC devices don't provide frame counter value
    properly.
- Fix lack of fbdev on Rinato and trats boards.
  . This patch considers for connector to be registered by DSI after
    DRM device is registered, and also it makes fbdev initializaion
    to be done even if no connector at the moment.
- Check for dsi->panel object correctly
  . This patch fixes checking for dsi->panel. of_drm_find_panel
    function returns panel object or error value so error value
    should be checked using IS_ERR macro.

----------------------------------------------------------------
Andrzej Hajda (2):
      drm/exynos/dsi: register connector if it is created after drm bind
      drm/exynos/fbdev: do not skip fbdev init if there are no connectors

Dan Carpenter (1):
      drm/exynos: checking for NULL instead of IS_ERR()

Inki Dae (1):
      Revert "drm/exynos/decon5433: implement frame counter"

 drivers/gpu/drm/exynos/exynos5433_drm_decon.c |  9 ---------
 drivers/gpu/drm/exynos/exynos_drm_crtc.c      | 11 -----------
 drivers/gpu/drm/exynos/exynos_drm_drv.h       |  1 -
 drivers/gpu/drm/exynos/exynos_drm_dsi.c       | 14 +++++++++++---
 drivers/gpu/drm/exynos/exynos_drm_fbdev.c     |  2 +-
 5 files changed, 12 insertions(+), 25 deletions(-)


More information about the dri-devel mailing list