From: Mark Marshall <mark.marshall@csr.com>
To: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/edid: fix typo in 1600x1200@75 mode
Date: Wed, 19 May 2010 17:35:24 +0100 [thread overview]
Message-ID: <ht140c$ltv$1@dough.gmane.org> (raw)
In-Reply-To: <1274283820-7907-1-git-send-email-alexdeucher@gmail.com>
Alex Deucher wrote:
> Spotted by Scott Bertilson.
> Fixes fdo bug 28146.
>
> Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
> ---
> drivers/gpu/drm/drm_edid.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
> index 7188674..54d749d 100644
> --- a/drivers/gpu/drm/drm_edid.c
> +++ b/drivers/gpu/drm/drm_edid.c
> @@ -587,7 +587,7 @@ static struct drm_display_mode drm_dmt_modes[] = {
> 1856, 2160, 0, 1200, 1201, 1204, 1250, 0,
> DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) },
> /* 1600x1200@75Hz */
> - { DRM_MODE("1600x1200", DRM_MODE_TYPE_DRIVER, 2025000, 1600, 1664,
> + { DRM_MODE("1600x1200", DRM_MODE_TYPE_DRIVER, 202500, 1600, 1664,
> 1856, 2160, 0, 1200, 1201, 1204, 1250, 0,
> DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) },
> /* 1600x1200@85Hz */
Looks good.
Reviewed-by: Mark Marshall <mark.marshall@csr.com>
prev parent reply other threads:[~2010-05-19 16:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-19 15:43 [PATCH] drm/edid: fix typo in 1600x1200@75 mode Alex Deucher
2010-05-19 16:35 ` Mark Marshall [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ht140c$ltv$1@dough.gmane.org' \
--to=mark.marshall@csr.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.