commit | b7079cbdbd3118367c850df563452acf80b91c75 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Feb 21 17:43:10 2020 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Feb 24 16:01:20 2020 +0200 |
tree | dd011f60ccdfeeaec8ec8634b20ea957f1e06f65 | |
parent | 408c1b3253dab93da175690dc0e21dd8bccf3371 [diff] |
drm/i915: Correctly terminate connector iteration One should use drm_connector_list_iter_end() rather than drm_connector_list_iter_begin() to terminate the connector iteration. Cc: Manasi Navare <manasi.d.navare@intel.com> Cc: Uma Shankar <uma.shankar@intel.com> Closes: https://gitlab.freedesktop.org/drm/intel/issues/1278 Fixes: e24bcd34c1dd ("drm/i915/dp: Add all tiled and port sync conns to modeset") Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200221154310.14858-1-ville.syrjala@linux.intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Uma Shankar <uma.shankar@intel.com>