From 339d202cde8e63113124d8931203f5bdb3343f27 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Thu, 15 Aug 2013 11:42:14 -0400 Subject: [PATCH] drm/edid: compare actual vrefresh for all modes for quirks MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The vrefresh field of the mode is 0 for most modes fetched from the EDID (e.g., established timings). When dealing with monitors that have a bogus preferred mode, we may not always select the mode we want because we compare the target refresh to the mode's vrefresh which is 0 in a lot of cases. Signed-off-by: Alex Deucher Reviewed-by: Ville Syrjälä --- Reading git-format-patch failed