[PATCH 1/3] drm/edid: Fix the 1792x1344-75 EST III mode

Alex Deucher alexdeucher at gmail.com
Mon Oct 14 18:48:19 CEST 2013


On Mon, Oct 14, 2013 at 9:44 AM,  <ville.syrjala at linux.intel.com> wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> The correct refresh rate for this mode is 75, not 85.
>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>

For the series:

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  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
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel


More information about the dri-devel mailing list