[GIT PULL] exynos-drm-next
inki.dae at samsung.com
inki.dae at samsung.com
Sun Aug 30 09:22:43 PDT 2015
Hi Dave,
This is a second pull-request which adds last part of
atomic modeset/pageflip support, render node support,
clean-up, and fix-up.
Please, kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 92cffd56b21c825579f3b37bc7803e4c37073076:
drm/nouveau/dispnv04: fix build on powerpc (2015-08-28 20:33:58 +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 50002d4c2176da6b2ed5a2529a2367c05f0fd73b:
drm/exynos: fix build warning to exynos_drm_gem.c (2015-08-31 01:12:36 +0900)
----------------------------------------------------------------
Gustavo Padovan (12):
drm/exynos: don't track enabled state at exynos_crtc
drm/exynos: fimd: unify call to exynos_drm_crtc_finish_pageflip()
drm/exynos: add prepare and cleanup phases for planes
drm/exynos: fimd: move window protect code to prepare/cleanup_plane
drm/exynos: check for pending fb before finish update
drm/exynos: add macro to get the address of START_S reg
drm/exynos: fimd: only finish update if START == START_S
drm/exynos: add atomic asynchronous commit
drm/exynos: wait all planes updates to finish
drm/exynos: remove wait queue for pending page flip
drm/exynos: Enable atomic modesetting feature
drm/exynos: remove legacy ->suspend()/resume()
Hyungwon Hwang (1):
drm/exynos: implement atomic_{begin/flush} of DECON
Inki Dae (1):
drm/exynos: fix build warning to exynos_drm_gem.c
Joonyoung Shim (1):
drm/exynos: add render node support
Marek Szyprowski (1):
drm/exynos: Properly report supported formats for each device
drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 54 +++++--
drivers/gpu/drm/exynos/exynos7_drm_decon.c | 55 ++++++-
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 69 ++++-----
drivers/gpu/drm/exynos/exynos_drm_crtc.h | 4 +-
drivers/gpu/drm/exynos/exynos_drm_drv.c | 196 ++++++++++++++++++++++---
drivers/gpu/drm/exynos/exynos_drm_drv.h | 24 ++-
drivers/gpu/drm/exynos/exynos_drm_fb.c | 35 -----
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 92 ++++++++----
drivers/gpu/drm/exynos/exynos_drm_gem.c | 2 +-
drivers/gpu/drm/exynos/exynos_drm_plane.c | 13 +-
drivers/gpu/drm/exynos/exynos_drm_plane.h | 1 +
drivers/gpu/drm/exynos/exynos_drm_vidi.c | 19 ++-
drivers/gpu/drm/exynos/exynos_mixer.c | 40 ++++-
include/video/samsung_fimd.h | 1 +
14 files changed, 452 insertions(+), 153 deletions(-)
More information about the dri-devel
mailing list