From: Jamie Lokier <jamie@shareable.org>
To: Kyle McMartin <kyle@infradead.org>
Cc: airlied@redhat.com, linux-kernel@vger.kernel.org,
dri-devel@lists.sourceforge.net, jbarnes@virtuousgeek.org,
marko.ristola@kolumbus.fi
Subject: Re: [PATCH] drm: edid revision 0 is valid
Date: Wed, 11 Mar 2009 02:56:36 +0000 [thread overview]
Message-ID: <20090311025636.GA31718@shareable.org> (raw)
In-Reply-To: <20090225013153.GC6690@bombadil.infradead.org>
Kyle McMartin wrote:
> - if (edid->revision <= 0 || edid->revision > 3) {
> + if (edid->revision > 3) {
> DRM_ERROR("EDID has minor version %d, which is not between 0-3\n", edid->revision);
> goto bad;
Ahem. EDID version 1.4 exists too, in fact it's the current version.
EDID 1.5+ doesn't exist, but it should be backward compatible when it does.
I'm doing a lot of work on another EDID parser, including full DMT and
CEA-861 mode tables, monitor hotplug, all quirks from Xorg and the
kernel, EDID 1.4 support w/ CVT calculation, etc. right now for an
embedded Linux video project. Would there be any interest
incorporating parts of that work?
-- Jamie
next prev parent reply other threads:[~2009-03-11 2:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-25 1:31 [PATCH] drm: edid revision 0 is valid Kyle McMartin
2009-02-25 1:44 ` Jesse Barnes
2009-03-11 2:56 ` Jamie Lokier [this message]
2009-03-11 3:10 ` Eric Anholt
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=20090311025636.GA31718@shareable.org \
--to=jamie@shareable.org \
--cc=airlied@redhat.com \
--cc=dri-devel@lists.sourceforge.net \
--cc=jbarnes@virtuousgeek.org \
--cc=kyle@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marko.ristola@kolumbus.fi \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox