mbox series

[GIT,PULL] exynos-drm-next

Message ID 1600763939-20032-1-git-send-email-inki.dae@samsung.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] exynos-drm-next | expand

Pull-request

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

Message

대인기/Tizen Platform Lab(SR)/삼성전자 Sept. 22, 2020, 8:38 a.m. UTC
Hi Dave,

   Just two cleanups.

   Please kindly let me know if there is any problem.

Thanks,
Inki Dae

The following changes since commit b40be05ed255d9a0257fb66ab2728ecca2c9d597:

  Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-next (2020-09-17 16:07:11 +1000)

are available in the git repository at:

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

for you to fetch changes up to ddfd4ab6bb08832e1261d7c8c4ae11e5568485af:

  drm/exynos: Fix dma_parms allocation (2020-09-22 13:49:09 +0900)

----------------------------------------------------------------
Two cleanups
- Simply use dev_err_probe() instead of returning -EPROBE_DEFER.
- Drop drm_parms allocation and deallocation code which aren't needed.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      drm/exynos: dsi: Simplify with dev_err_probe()
      drm/exynos: hdmi: Simplify with dev_err_probe()

Marek Szyprowski (1):
      drm/exynos: Fix dma_parms allocation

 drivers/gpu/drm/exynos/exynos_drm_dma.c | 27 +--------------------------
 drivers/gpu/drm/exynos/exynos_drm_dsi.c |  7 ++-----
 drivers/gpu/drm/exynos/exynos_hdmi.c    |  7 ++-----
 3 files changed, 5 insertions(+), 36 deletions(-)