[GIT PULL] exynos-drm-next
inki.dae at samsung.com
inki.dae at samsung.com
Sun Aug 16 08:20:32 PDT 2015
Hi Dave,
This pull request includes big cleanup and some fixups.
Summary:
- Clean up HDMI and MIXER parts
- Clean up legacy structures specific to Exynos DRM
. This patch series removes existing exyons_drm_display and
exynos_drm_encoder structures specific to Exynos DRM, and
makes them to replace with common drm_encoder structure.
With cleanup patch, we removes exynos_drm_encoder module.
- Clean up gem, dmabuf and buffer modules
. This patch series replaces existing Exynos DRM dmabuf codes
with common drm prime ones, and embeds all codes of exynos_drm_buf
into exynos_drm_gem module.
With cleanup patch, we removes exynos_drm_buf and exynos_drm_dmabuf
modules.
- And some fixups.
There is one patch series[1] which is bening reviewed yet, which improves
atomic modeset feature. So I will plan to have a pull request for it
once more if the patch series has no problem.
[1] http://www.spinics.net/lists/dri-devel/msg88269.html
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 8f9cb50789e76f3e224e8861adf650e55c747af4:
Merge tag 'drm-amdkfd-next-fixes-2015-08-05' of git://people.freedesktop.org/~gabbayo/linux into drm-next (2015-08-14 10:15:24 +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 2a8cb48945408984cd04c850b293f467b32ec5af:
drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.c (2015-08-16 14:39:32 +0900)
----------------------------------------------------------------
Andrzej Hajda (13):
drm/exynos/hdmi: fix edid memory leak
drm/exynos/mixer: fix interrupt clearing
drm/exynos/mixer: correct vsync configuration sequence
drm/exynos/mixer: always update INT_EN cache
drm/exynos/hdmi: remove old platform data code
drm/exynos/hdmi: Simplify HPD gpio handling
drm/exynos/hdmi: remove private lock code
drm/exynos/hdmi: add driver data pointer to private context
drm/exynos/hdmi: remove redundant configuration fields
drm/exynos/hdmi: remove hdmi_v13_conf struct
drm/exynos/hdmi: remove hdmi_v14_conf struct
drm/exynos/mixer: simplify poweron flag
drm/exynos/mixer: replace MXR_INT_EN register cache with flag
Gustavo Padovan (20):
drm/exynos: pass the correct pipe number
drm/exynos: use KMS version of DRM vblanks functions
drm/exynos: remove duplicated check for suspend
drm/exynos: rename win_commit/disable to atomic-like names
drm/exynos: pass struct exynos_drm_plane in update/enable
drm/exynos: use drm atomic state directly
drm/exynos: remove unused fields from struct exynos_drm_plane
drm/exynos: unify exynos_drm_plane names with drm core
drm/exynos: return return value of exynos_crtc->enable_vblank
drm/exynos: split display's .dpms() into .enable() and .disable()
drm/exynos: remove wrappers for phy_power_{on,off}
drm/exynos: remove unused .remove() and .check_mode() ops from display
drm/exynos: simplify calculation of possible CRTCs
drm/exynos: remove struct exynos_drm_display
drm/exynos: remove extra call to hdmi_commit()
drm/exynos: remove extra call to exynos_dp_commit()
drm/exynos: remove exynos_encoder's .commit() op
drm/exynos: remove exynos_drm_create_enc_conn()
drm/exynos: fold encoder setup into exynos_drm_load()
drm/exynos: remove struct exynos_drm_encoder layer
Hyungwon Hwang (2):
drm/exynos: gsc: fix wrong bitwise operation for swap detection
drm/exynos: gsc: Handles the combination of rotation and flip
Joonyoung Shim (17):
drm/exynos: remove to use ifdef CONFIG_ARM_DMA_USE_IOMMU
drm/exynos: remove unnecessary checking to support iommu
drm/exynos: move order to register vidi kms driver
drm/exynos: remove drm_iommu_attach_device_if_possible
drm/exynos: clear channels only when iommu is enabled
drm/exynos: stop using sgtable in page fault handler
drm/exynos: remove function convert_to_vm_err_msg
drm/exynos: remove mutex locking in pagefault handler
drm/exynos: remove function exynos_drm_gem_map_buf
drm/exynos: stop copying sg table
drm/exynos: remove unused fields of struct exynos_drm_gem_buf
drm/exynos: use ERR_PTR instead of NULL in exynos_drm_gem_init
drm/exynos: remove function check_gem_flags
drm/exynos: remove function update_vm_cache_attr
drm/exynos: remove function roundup_gem_size
drm/exynos: use prime helpers
drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.c
Marek Szyprowski (1):
drm/exynos/fimc: fix runtime pm support
drivers/gpu/drm/exynos/Makefile | 7 +-
drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 65 +-
drivers/gpu/drm/exynos/exynos7_drm_decon.c | 94 ++-
drivers/gpu/drm/exynos/exynos_dp_core.c | 123 +--
drivers/gpu/drm/exynos/exynos_dp_core.h | 3 +-
drivers/gpu/drm/exynos/exynos_drm_buf.c | 186 -----
drivers/gpu/drm/exynos/exynos_drm_buf.h | 33 -
drivers/gpu/drm/exynos/exynos_drm_core.c | 36 -
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 19 +-
drivers/gpu/drm/exynos/exynos_drm_crtc.h | 4 +-
drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | 286 -------
drivers/gpu/drm/exynos/exynos_drm_dmabuf.h | 20 -
drivers/gpu/drm/exynos/exynos_drm_dpi.c | 111 +--
drivers/gpu/drm/exynos/exynos_drm_drv.c | 28 +-
drivers/gpu/drm/exynos/exynos_drm_drv.h | 110 +--
drivers/gpu/drm/exynos/exynos_drm_dsi.c | 138 ++--
drivers/gpu/drm/exynos/exynos_drm_encoder.c | 174 -----
drivers/gpu/drm/exynos/exynos_drm_encoder.h | 23 -
drivers/gpu/drm/exynos/exynos_drm_fb.c | 14 +-
drivers/gpu/drm/exynos/exynos_drm_fb.h | 4 +-
drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 30 +-
drivers/gpu/drm/exynos/exynos_drm_fimc.c | 1 -
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 106 ++-
drivers/gpu/drm/exynos/exynos_drm_g2d.c | 6 -
drivers/gpu/drm/exynos/exynos_drm_gem.c | 348 +++++----
drivers/gpu/drm/exynos/exynos_drm_gem.h | 58 +-
drivers/gpu/drm/exynos/exynos_drm_gsc.c | 22 +-
drivers/gpu/drm/exynos/exynos_drm_iommu.c | 20 +-
drivers/gpu/drm/exynos/exynos_drm_iommu.h | 15 -
drivers/gpu/drm/exynos/exynos_drm_ipp.c | 16 +-
drivers/gpu/drm/exynos/exynos_drm_plane.c | 41 +-
drivers/gpu/drm/exynos/exynos_drm_vidi.c | 107 +--
drivers/gpu/drm/exynos/exynos_hdmi.c | 1021 ++++++++-----------------
drivers/gpu/drm/exynos/exynos_mixer.c | 198 +++--
34 files changed, 1157 insertions(+), 2310 deletions(-)
delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_buf.c
delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_buf.h
delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_dmabuf.h
delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_encoder.c
delete mode 100644 drivers/gpu/drm/exynos/exynos_drm_encoder.h
More information about the dri-devel
mailing list