commit | 339d202cde8e63113124d8931203f5bdb3343f27 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Thu Aug 15 11:42:14 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Nov 11 11:08:12 2013 -0500 |
tree | 586411bf2f05a6bc4467fba6f7c14e334c50b4ef | |
parent | cf0613d242805797f252535fcf7bb019512beb46 [diff] |
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 <alexander.deucher@amd.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>