]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'exynos-drm-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...
authorDave Airlie <airlied@redhat.com>
Fri, 11 Jun 2021 04:19:06 +0000 (14:19 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 11 Jun 2021 04:19:12 +0000 (14:19 +1000)
commitf0c3403330d9345148ab25f7fe7edbc9beb76d6a
treeb8a9220808d0d2bbd5c1f71b6cfe492b1d292cf9
parent517e1de061aa21ead3228a138682f92a1445da33
parentbdd040e3bdd39d53e56391533940050e05adbaf0
Merge tag 'exynos-drm-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next

Two cleanups
- These patches make Exynos DRM driver to use pm_runtime_resume_and_get()
  function instead of m_runtime_get_sync() to deal with usage counter.
  pm_runtime_get_sync() increases the usage counter even when it failed,
  which could make callers to forget to decrease the usage counter.
  pm_runtime_resume_and_get() decreases the usage counter regardless of
  whether it failed or not.

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Inki Dae <inki.dae@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210611025939.393282-1-inki.dae@samsung.com