It's time to kill off for_each_obj_in_state, and convert the remainder to for_each_(old/new/both)_obj_in_state. Maarten Lankhorst (16): drm/simple-kms-helper: Fix the check for the mismatch between plane and CRTC enabled. drm/atomic: Use the correct iterator macro in atomic_remove_fb drm/atomic: Use the new helpers in drm_atomic_helper_disable_all() drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_done drm/vmwgfx: Make check_modeset() use the new atomic iterator macros. drm/i915: Use correct iterator macro drm/rcar-du: Use new iterator macros drm/atmel-hlcdec: Use for_each_new_connector_in_state drm/rockchip: Use for_each_oldnew_plane_in_state in vop_crtc_atomic_flush drm/omapdrm: Fix omap_atomic_wait_for_completion drm/mali: Use new atomic iterator macros drm/imx: Use atomic iterator macros drm/mediatek: Convert to new iterator macros drm/msm: Convert to use new iterator macros drm/nouveau: Convert nouveau to use new iterator macros drm/atomic: Remove deprecated accessor macros drivers/gpu/drm/arm/malidp_drv.c | 2 +- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 2 +- drivers/gpu/drm/drm_atomic_helper.c | 8 +-- drivers/gpu/drm/drm_framebuffer.c | 2 +- drivers/gpu/drm/drm_simple_kms_helper.c | 10 ++-- drivers/gpu/drm/i915/intel_hdmi.c | 2 +- drivers/gpu/drm/imx/imx-drm-core.c | 8 +-- drivers/gpu/drm/imx/ipuv3-plane.c | 2 +- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 6 +-- drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c | 4 +- drivers/gpu/drm/msm/msm_atomic.c | 16 +++--- drivers/gpu/drm/nouveau/nv50_display.c | 71 ++++++++++++------------ drivers/gpu/drm/omapdrm/omap_drv.c | 6 +-- drivers/gpu/drm/rcar-du/rcar_du_plane.c | 41 +++++++------- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 7 +-- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 3 +- include/drm/drm_atomic.h | 75 -------------------------- include/drm/drm_connector.h | 3 +- include/drm/drm_crtc.h | 8 +-- include/drm/drm_plane.h | 8 +-- 20 files changed, 106 insertions(+), 178 deletions(-) -- 2.11.0 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx