All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/edid: fix typo in 1600x1200@75 mode
@ 2010-05-19 15:43 Alex Deucher
  2010-05-19 16:35 ` Mark Marshall
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2010-05-19 15:43 UTC (permalink / raw)
  To: airlied, dri-devel

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 */
-- 
1.5.6.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/edid: fix typo in 1600x1200@75 mode
  2010-05-19 15:43 [PATCH] drm/edid: fix typo in 1600x1200@75 mode Alex Deucher
@ 2010-05-19 16:35 ` Mark Marshall
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Marshall @ 2010-05-19 16:35 UTC (permalink / raw)
  To: dri-devel

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-19 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 15:43 [PATCH] drm/edid: fix typo in 1600x1200@75 mode Alex Deucher
2010-05-19 16:35 ` Mark Marshall

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.