On Mon, Oct 14, 2013 at 9:44 AM,  <[email protected]> wrote:
> From: Ville Syrjälä <[email protected]>
>
> The correct refresh rate for this mode is 75, not 85.
>
> Signed-off-by: Ville Syrjälä <[email protected]>

For the series:

Reviewed-by: Alex Deucher <[email protected]>

> ---
>  drivers/gpu/drm/drm_edid.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
> index 9e81609..98d05f8 100644
> --- a/drivers/gpu/drm/drm_edid.c
> +++ b/drivers/gpu/drm/drm_edid.c
> @@ -560,7 +560,7 @@ static const struct minimode est3_modes[] = {
>         { 1600, 1200, 75, 0 },
>         { 1600, 1200, 85, 0 },
>         { 1792, 1344, 60, 0 },
> -       { 1792, 1344, 85, 0 },
> +       { 1792, 1344, 75, 0 },
>         { 1856, 1392, 60, 0 },
>         { 1856, 1392, 75, 0 },
>         { 1920, 1200, 60, 1 },
> --
> 1.8.1.5
>
> _______________________________________________
> dri-devel mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to