[GIT PULL] exynos-drm-next
Inki Dae
inki.dae at samsung.com
Fri Sep 30 16:26:56 UTC 2016
Hi Dave,
This pull request includes,
- Code refactoring on HDMI DDC and PHY.
- Regression fixup on deadlock issue with G2D pm integration.
- Fixup on page fault issue with wait_for_vblank mechianism specific to Exynos drm.
- And some cleanups.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 28a396545a2a5fbdffb2b661ed6c9b6820e28772:
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next (2016-09-30 13:21:02 +1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-next
for you to fetch changes up to c0462796464219fed0fbc1e8b2b93eb6751769f5:
drm/exynos: g2d: simplify g2d_free_runqueue_node() (2016-10-01 00:39:42 +0900)
----------------------------------------------------------------
Andrzej Hajda (4):
drm/exynos/vidi: use timer for vblanks instead of sleeping worker
drm/exynos: fix pending update handling
drm/exynos/fimd: add clock rate checking
drm/exynos: use drm core to handle page-flip event
Baoyou Xie (1):
drm/exynos: mark exynos_dp_crtc_clock_enable() static
Milo Kim (3):
gpu: drm: exynos_hdmi: Move DDC logic into single function
gpu: drm: exynos_hdmi: Move PHY logic into single function
gpu: drm: exynos_hdmi: Remove duplicate initialization of regulator bulk consumer
Tobias Jakobi (9):
drm/exynos: mixer: convert booleans to flags in mixer context
drm/exynos: mixer: simplify loop in vp_win_reset()
drm/exynos: g2d: beautify probing message
Revert "drm/exynos: g2d: fix system and runtime pm integration"
drm/exynos: g2d: move PM management to runqueue worker
drm/exynos: g2d: remove runqueue nodes in g2d_{close,remove}()
drm/exynos: g2d: wait for engine to finish
drm/exynos: g2d: use autosuspend mode for PM runtime
drm/exynos: g2d: simplify g2d_free_runqueue_node()
drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 11 --
drivers/gpu/drm/exynos/exynos7_drm_decon.c | 9 -
drivers/gpu/drm/exynos/exynos_dp.c | 2 +-
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 58 +++---
drivers/gpu/drm/exynos/exynos_drm_drv.c | 44 +----
drivers/gpu/drm/exynos/exynos_drm_drv.h | 4 -
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 54 +++---
drivers/gpu/drm/exynos/exynos_drm_g2d.c | 239 +++++++++++++++++++------
drivers/gpu/drm/exynos/exynos_drm_plane.c | 1 -
drivers/gpu/drm/exynos/exynos_drm_vidi.c | 76 +++-----
drivers/gpu/drm/exynos/exynos_hdmi.c | 112 ++++++------
drivers/gpu/drm/exynos/exynos_mixer.c | 68 ++++---
12 files changed, 352 insertions(+), 326 deletions(-)
More information about the dri-devel
mailing list