[PATCH 0/11] drm/exynos: update crtc and plane

Joonyoung Shim jy0922.shim at samsung.com
Tue Jun 26 22:27:00 PDT 2012


This patchset is about update of crtc and plane. 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 for
crtc and plane.

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

 drivers/gpu/drm/exynos/exynos_drm_crtc.c    |  294 ++++++++++++---------------
 drivers/gpu/drm/exynos/exynos_drm_crtc.h    |   31 ---
 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_plane.c   |  246 +++++++++++++++-------
 drivers/gpu/drm/exynos/exynos_drm_plane.h   |   12 +-
 include/drm/exynos_drm.h                    |    9 -
 9 files changed, 373 insertions(+), 367 deletions(-)
-- 
1.7.5.4



More information about the dri-devel mailing list