[PATCH 2/7] drm: Rename MODE_UNVERIFIED to MODE_STALE

2015-12-04 Thread Daniel Vetter
On Thu, Dec 03, 2015 at 11:14:10PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > MODE_UNVERIFIED actually means that the mode came from a previous probe, > and if the new probe doesn't produce a matching mode it will get pruned > from the list. Rename the flag to MOD

[PATCH 2/7] drm: Rename MODE_UNVERIFIED to MODE_STALE

2015-12-03 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä MODE_UNVERIFIED actually means that the mode came from a previous probe, and if the new probe doesn't produce a matching mode it will get pruned from the list. Rename the flag to MODE_STALE to better convey the meaning. Cc: Adam Jackson Signed-off-by: Ville Syrjälä ---