[GIT PULL] exynos-drm-next
Inki Dae
inki.dae at samsung.com
Mon Mar 16 01:09:17 UTC 2020
Just two cleanups - one is to mask encoder bitmask using
drm_encoder_mask(), and other is to use mode->clock
instead of calculating it again.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 69ddce0970d9d1de63bed9c24eefa0814db29a5a:
Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-03-13 09:09: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-for-v5.7
for you to fetch changes up to 0c9a609ca444298e438ee9c6daaf53c14277f1ad:
drm/exynos: Use mode->clock instead of reverse calculating it from the vrefresh (2020-03-16 09:50:28 +0900)
----------------------------------------------------------------
Two cleanups
. Replace the hand rolled encoder bitmask thing with drm_encoder_mask()
. Use mode->clock instead of reverse calculating it from the vrefresh
----------------------------------------------------------------
Inki Dae (1):
Merge tag 'exynos-drm-fixes-for-v5.6-rc5-v2' of git://git.kernel.org/.../daeinki/drm-exynos into exynos-drm-next
Marek Szyprowski (1):
drm/exynos: Fix cleanup of IOMMU related objects
Ville Syrjälä (2):
drm/exynos: Use drm_encoder_mask()
drm/exynos: Use mode->clock instead of reverse calculating it from the vrefresh
drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 5 +++--
drivers/gpu/drm/exynos/exynos7_drm_decon.c | 7 ++++---
drivers/gpu/drm/exynos/exynos_drm_dma.c | 28 ++++++++++++++++++---------
drivers/gpu/drm/exynos/exynos_drm_drv.c | 5 ++---
drivers/gpu/drm/exynos/exynos_drm_drv.h | 6 ++++--
drivers/gpu/drm/exynos/exynos_drm_fimc.c | 5 +++--
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 5 +++--
drivers/gpu/drm/exynos/exynos_drm_g2d.c | 5 +++--
drivers/gpu/drm/exynos/exynos_drm_gsc.c | 5 +++--
drivers/gpu/drm/exynos/exynos_drm_rotator.c | 5 +++--
drivers/gpu/drm/exynos/exynos_drm_scaler.c | 6 ++++--
drivers/gpu/drm/exynos/exynos_mixer.c | 7 +++++--
12 files changed, 56 insertions(+), 33 deletions(-)
More information about the dri-devel
mailing list