Hi Dave, Just two fixups - fixing one build warning and missing unlock, and one cleanup - replaceing atomic_t with refcount_t. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 397ab98e2d69cede84444a28eab77a171983d14e: Merge tag 'drm-msm-next-2021-08-12' of https://gitlab.freedesktop.org/drm/msm into drm-next (2021-08-17 10:53:52 +1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-next-for-v5.15 for you to fetch changes up to c626f3864bbbb28bbe06476b0b497c1330aa4463: drm/exynos: Always initialize mapping in exynos_drm_register_dma() (2021-08-22 01:56:39 +0900) ---------------------------------------------------------------- Two fixups - Fix missing unlock issue in exynos_drm_g2d.c - Fix a build warning in exynos_drm_dma.c One cleanup - Replace atomic_t with refcount_t in exynos_drm_g2d.c ---------------------------------------------------------------- Nathan Chancellor (1): drm/exynos: Always initialize mapping in exynos_drm_register_dma() Wei Yongjun (1): drm/exynos: g2d: fix missing unlock on error in g2d_runqueue_worker() Xiyu Yang (1): drm/exynos: Convert from atomic_t to refcount_t on g2d_cmdlist_userptr->refcount drivers/gpu/drm/exynos/exynos_drm_dma.c | 2 ++ drivers/gpu/drm/exynos/exynos_drm_g2d.c | 14 ++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-)