[PATCH 7/7] drm/sti: Drop bogus drm_mode_sort() call

2015-12-04 Thread Daniel Vetter
On Thu, Dec 03, 2015 at 11:14:15PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > sti seems confused about which mode list is used in its .get_modes() > hook. It adds the modes to the probed_modes list (as is appropriate) > but then for some reason it tries to sort th

[PATCH 7/7] drm/sti: Drop bogus drm_mode_sort() call

2015-12-03 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä sti seems confused about which mode list is used in its .get_modes() hook. It adds the modes to the probed_modes list (as is appropriate) but then for some reason it tries to sort the old mode list. Just drop the sorting since it does nothing, and let the probe helper do it