[PATCH 0/3] atomic plane iterators

Rob Clark robdclark at gmail.com
Tue Nov 25 17:29:44 PST 2014


Resend the series.. I think danvet has first one queued up on
topic/core-stuff, second one updated from bikeshedding, adding
the third which converts over msm to use the new iterator macros
(now that mdp5 atomic stuff is on drm-next)

Rob Clark (3):
  drm/atomic: track bitmask of planes attached to crtc
  drm/atomic: add plane iterator macros
  drm/msm: switch to atomic-helpers iterator macros

 Documentation/DocBook/drm.tmpl           |  1 +
 drivers/gpu/drm/drm_atomic.c             | 23 ++++++++++++++++++-----
 drivers/gpu/drm/drm_atomic_helper.c      |  8 ++++----
 drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c |  6 +++---
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c |  9 +++++----
 drivers/gpu/drm/msm/msm_kms.h            | 23 -----------------------
 include/drm/drm_atomic.h                 |  4 ++--
 include/drm/drm_atomic_helper.h          | 28 ++++++++++++++++++++++++++++
 include/drm/drm_crtc.h                   | 14 +++++++++++---
 9 files changed, 72 insertions(+), 44 deletions(-)

-- 
1.9.3



More information about the dri-devel mailing list