On Mon, 23 Nov 2009 14:23:04 -0500
Adam Jackson <a...@redhat.com> wrote:

> See also: http://bugzilla.redhat.com/514600
> 
> Signed-off-by: Adam Jackson <a...@redhat.com>
> ---
>  drivers/gpu/drm/drm_edid.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
> index cea665d..dd95edf 100644
> --- a/drivers/gpu/drm/drm_edid.c
> +++ b/drivers/gpu/drm/drm_edid.c
> @@ -1290,6 +1290,8 @@ int drm_add_modes_noedid(struct drm_connector
> *connector, ptr->vdisplay > vdisplay)
>                               continue;
>               }
> +             if (drm_mode_vrefresh(ptr) > 61)
> +                     continue;
>               mode = drm_mode_duplicate(dev, ptr);
>               if (mode) {
>                       drm_mode_probed_add(connector, mode);

Series looks nice to me, thanks Adam.

Reviewed-by: Jesse Barnes <jbar...@virtuousgeek.org>

-- 
Jesse Barnes, Intel Open Source Technology Center

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to