[GIT PULL] drm/exynos: updated exynos-drm-next
Inki Dae
inki.dae at samsung.com
Fri Jul 20 00:24:42 PDT 2012
Hello Dave,
Please pull from
git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-core-next
these patch sets are based on git repository below:
git://people.freedesktop.org/~airlied/linux.git drm-core-next
commit-id: 83bc5fd29afff5898cadf87fb29eb9260eecc63e
this patch set includes the following:
- update of crtc and plane module.
. the interface of crtc and plane to control overlay is integrated
internally. for this some code fixings are added. also this supports
the exynos specific property or crtc and plane.
- change exynos gem allocation interface.
. this patch makes non-contiguous memory allocation request allocate pages
from highmem through alloc_page() with GFP_HIGHUSER_MOVABLE because
cpu may read garbage data from cache once gpu operation is completed with
allocated pages.
shmem_read_mapping_page_gfp() first tries to allocate pages from page
cache so if pages are alloated from page cache then these pages could
have valid line and we had faced with this issue.
- add exception codes to vidi module.
. edid data from user should be allocatd and copied into vidi context and
also freed with disconnection.
- and code clean.
please let me know it there is any problem.
Thanks,
Inki Dae
Cooper Yuan (1):
drm/exynos: fix buffer pitch calculation
Inki Dae (12):
drm/exynos: removed unnecessary declaration.
drm/exynos: set edid fake data only for test.
drm/exynos: check if raw edid data is fake or not for test
drm/exynos: fixed edid data setting at vidi connection request
drm/exynos: fixed build warning.
drm/exynos: use alloc_page() to allocate pages.
drm/exynos: set buffer type from exporter.
drm/exynos: do not release memory region from exporter.
drm/exynos: removed unnecessary variable
drm/exynos: fixed a comment to gem size.
drm/exynos: use __free_page() to deallocate memory
drm/exynos: fixed exception to page allocation failure
Joonyoung Shim (11):
drm/exynos: fix point to call overlay_ops->mode_set
drm/exynos: fix to set pipe of crtc
drm/exynos: define to_exynos_plane macro
drm/exynos: use private plane for crtc
drm/exynos: update overlay via plane from crtc
drm/exynos: add property for plane zpos
drm/exynos: fix dpms operation for mode set
drm/exynos: remove unnecessary connector dpms control
drm/exynos: add plane enable/disable
drm/exynos: add crtc disable function
drm/exynos: add property for crtc mode
Sachin Kamat (4):
drm/exynos: Add missing static storage class specifier
drm/exynos: Use devm_* functions in exynos_drm_fimd.c
drm/exynos: Use devm_* functions in exynos_hdmi.c
drm/exynos: Use devm_* functions in exynos_mixer.c
Subash Patel (2):
drm/exynos: return NULL if exynos_pages_to_sg fails
drm/exynos: check for null in return value of
dma_buf_map_attachment()
drivers/gpu/drm/exynos/exynos_drm_connector.c | 3 +-
drivers/gpu/drm/exynos/exynos_drm_core.c | 5 -
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 294 +++++++++++--------------
drivers/gpu/drm/exynos/exynos_drm_crtc.h | 31 ---
drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | 33 ++-
drivers/gpu/drm/exynos/exynos_drm_drv.c | 9 +-
drivers/gpu/drm/exynos/exynos_drm_drv.h | 4 +
drivers/gpu/drm/exynos/exynos_drm_encoder.c | 123 +++++------
drivers/gpu/drm/exynos/exynos_drm_encoder.h | 12 +-
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 40 +---
drivers/gpu/drm/exynos/exynos_drm_gem.c | 49 ++---
drivers/gpu/drm/exynos/exynos_drm_gem.h | 3 +-
drivers/gpu/drm/exynos/exynos_drm_plane.c | 246 ++++++++++++++-------
drivers/gpu/drm/exynos/exynos_drm_plane.h | 12 +-
drivers/gpu/drm/exynos/exynos_drm_vidi.c | 53 ++++-
drivers/gpu/drm/exynos/exynos_hdmi.c | 36 +---
drivers/gpu/drm/exynos/exynos_mixer.c | 48 ++---
include/drm/exynos_drm.h | 9 -
18 files changed, 493 insertions(+), 517 deletions(-)
--
1.7.4.1
More information about the dri-devel
mailing list