From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxx> Hi all, Something ligth in the middle of all my other tasks. I removed drm_for_each_connector() in favor of drm_for_each_connector_iter(). The i915 patch was tested, but I only *built-tested* the others! Gustavo --- Gustavo Padovan (8): drm/exynos: use drm_for_each_connector_iter() drm/rockchip: use drm_for_each_connector_iter() drm/i915: use drm_for_each_connector_iter() drm/mediatek: use drm_for_each_connector_iter() drm/nouveau: use drm_for_each_connector_iter() drm/vc4: use drm_for_each_connector_iter() drm: remove unsafe drm_for_each_connector() drm: todo: remove task about switch to drm_connector_list_iter Documentation/gpu/todo.rst | 13 ------------- drivers/gpu/drm/exynos/exynos_drm_drv.c | 14 ++++++++------ drivers/gpu/drm/i915/intel_display.c | 5 ++++- drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 5 ++++- drivers/gpu/drm/nouveau/nv50_display.c | 5 ++++- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 10 +++++----- drivers/gpu/drm/vc4/vc4_crtc.c | 5 ++++- include/drm/drm_connector.h | 15 --------------- 8 files changed, 29 insertions(+), 43 deletions(-) -- 2.9.3 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel