Re: [PATCH 2/3] xfree86: If the driver found modes on an output, don't add more

2011-01-07 Thread Daniel Stone
On Thu, Jan 06, 2011 at 05:29:00PM -0500, Adam Jackson wrote: Inferring modes from sync ranges is only valid if the monitor says it's valid. If the monitor says it's valid, then we'll have already added those modes during EDID block parse. If it doesn't, then we should believe it. If

[PATCH 2/3] xfree86: If the driver found modes on an output, don't add more

2011-01-06 Thread Adam Jackson
Inferring modes from sync ranges is only valid if the monitor says it's valid. If the monitor says it's valid, then we'll have already added those modes during EDID block parse. If it doesn't, then we should believe it. If there's no EDID for an output, but sync ranges from the config, we'll

Re: [PATCH 2/3] xfree86: If the driver found modes on an output, don't add more

2011-01-06 Thread Alex Deucher
On Thu, Jan 6, 2011 at 5:29 PM, Adam Jackson a...@redhat.com wrote: Inferring modes from sync ranges is only valid if the monitor says it's valid.  If the monitor says it's valid, then we'll have already added those modes during EDID block parse.  If it doesn't, then we should believe it. If