[PATCH] drm/edid: Add CEA modes before inferred modes

2015-05-12 Thread Adam Jackson
On Fri, 2015-05-08 at 17:45 +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Currently we're adding CEA modes after the inferred modes, which > means > we might get multiple modes that are very close to each other, but > slightly different, which seems a bit silly. That

[PATCH] drm/edid: Add CEA modes before inferred modes

2015-05-11 Thread Daniel Vetter
On Fri, May 08, 2015 at 05:45:07PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Currently we're adding CEA modes after the inferred modes, which means > we might get multiple modes that are very close to each other, but > slightly different, which seems a bit silly.

[PATCH] drm/edid: Add CEA modes before inferred modes

2015-05-08 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Currently we're adding CEA modes after the inferred modes, which means we might get multiple modes that are very close to each other, but slightly different, which seems a bit silly. That's because duplicate mode check that occurs when adding inferred modes would not conside