[PATCH 3/5] drm/edid: Add DMT modes to the pool if the monitor is GTF-capable

2009-12-03 Thread Adam Jackson
See also: http://bugzilla.redhat.com/539785 Signed-off-by: Adam Jackson --- drivers/gpu/drm/drm_edid.c | 69 +-- 1 files changed, 65 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 999571a..cc8e69

Re: [PATCH 3/5] drm/edid: Add DMT modes to the pool if the monitor is GTF-capable

2009-11-25 Thread Julien Cristau
On Tue, Nov 24, 2009 at 17:36:19 -0500, Adam Jackson wrote: > diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c > index e655916..ee84ffe 100644 > --- a/drivers/gpu/drm/drm_edid.c > +++ b/drivers/gpu/drm/drm_edid.c > @@ -481,16 +481,17 @@ static struct drm_display_mode drm_dmt_mo

[PATCH 3/5] drm/edid: Add DMT modes to the pool if the monitor is GTF-capable

2009-11-24 Thread Adam Jackson
See also: http://bugzilla.redhat.com/539785 Signed-off-by: Adam Jackson --- drivers/gpu/drm/drm_edid.c | 69 +-- 1 files changed, 65 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index e655916..ee84ff