From: Alex Deucher Date: Thu, 15 Aug 2013 15:42:14 +0000 (-0400) Subject: drm/edid: compare actual vrefresh for all modes for quirks X-Git-Tag: v3.13-rc1~76^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=339d202cde8e63113124d8931203f5bdb3343f27;p=pandora-kernel.git drm/edid: compare actual vrefresh for all modes for quirks 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-diff-tree failed