All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: "Ville Syrjälä" <ville.syrjala@linux.intel.com>,
	"Paul Parsons" <lost.distance@yahoo.com>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/edid: Fix DMT 1024x768@43Hz (interlaced) timings
Date: Tue, 05 Apr 2016 13:26:35 +0300	[thread overview]
Message-ID: <87r3ekxsf8.fsf@intel.com> (raw)
In-Reply-To: <20160405092724.GQ4329@intel.com>

On Tue, 05 Apr 2016, Ville Syrjälä <ville.syrjala@linux.intel.com> wrote:
> On Mon, Apr 04, 2016 at 08:36:34PM +0100, Paul Parsons wrote:
>> One of the VESA DMT timings in drm_dmt_modes[] is slightly off.
>> 1024x768@43Hz (interlaced) vsync_end should be 776, not 772.
>> This brings it into line with the identical timings in edid_est_modes[].
>> 
>> Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
>
> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

Pushed to our topic/drm-fixes, thanks for the patch and review.

BR,
Jani.

>
>> ---
>> 
>> diff -ru a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
>> --- a/drivers/gpu/drm/drm_edid.c	2016-03-14 04:28:54.000000000 +0000
>> +++ b/drivers/gpu/drm/drm_edid.c	2016-04-04 20:19:41.113104549 +0100
>> @@ -204,7 +204,7 @@
>>  		   DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC) },
>>  	/* 0x0f - 1024x768@43Hz, interlace */
>>  	{ DRM_MODE("1024x768i", DRM_MODE_TYPE_DRIVER, 44900, 1024, 1032,
>> -		   1208, 1264, 0, 768, 768, 772, 817, 0,
>> +		   1208, 1264, 0, 768, 768, 776, 817, 0,
>>  		   DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC |
>>  		   DRM_MODE_FLAG_INTERLACE) },
>>  	/* 0x10 - 1024x768@60Hz */
>> 
>> 
>> 
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

      reply	other threads:[~2016-04-05 10:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-04 19:36 [PATCH] drm/edid: Fix DMT 1024x768@43Hz (interlaced) timings Paul Parsons
2016-04-05  9:27 ` Ville Syrjälä
2016-04-05 10:26   ` Jani Nikula [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=87r3ekxsf8.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=lost.distance@yahoo.com \
    --cc=ville.syrjala@linux.intel.com \
    /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.