Re: [PATCH] drm/edid: compare actual vrefresh for all modes for quirks

2013-10-14 Thread Alex Deucher
On Fri, Sep 20, 2013 at 6:32 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Thu, Aug 15, 2013 at 11:48 AM, Alex Deucher alexdeuc...@gmail.com wrote: 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

Re: [PATCH] drm/edid: compare actual vrefresh for all modes for quirks

2013-10-14 Thread Ville Syrjälä
On Mon, Oct 14, 2013 at 12:50:41PM -0400, Alex Deucher wrote: On Fri, Sep 20, 2013 at 6:32 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Thu, Aug 15, 2013 at 11:48 AM, Alex Deucher alexdeuc...@gmail.com wrote: The vrefresh field of the mode is 0 for most modes fetched from the EDID

Re: [PATCH] drm/edid: compare actual vrefresh for all modes for quirks

2013-09-20 Thread Alex Deucher
On Thu, Aug 15, 2013 at 11:48 AM, Alex Deucher alexdeuc...@gmail.com wrote: 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

[PATCH] drm/edid: compare actual vrefresh for all modes for quirks

2013-08-15 Thread Alex Deucher
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.

[PATCH] drm/edid: compare actual vrefresh for all modes for quirks

2013-08-15 Thread Alex Deucher
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.