From: "Antonino A. Daplas" <adaplas@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Subject: Re: VESA, EDID & flat panels
Date: Tue, 04 Oct 2005 08:03:57 +0800 [thread overview]
Message-ID: <4341C6ED.8080108@gmail.com> (raw)
In-Reply-To: <1128380013.8267.125.camel@gaston>
Benjamin Herrenschmidt wrote:
> Hi !
>
> Somebody around here has access to the VESA specs ? I'm trying to figure
> out if the EDID block, at least on recent flat panels, tells us wether
> the panel digital input is 6:6:6 or 8:8:8 ... If it's 6:6:6, we should
> enable dithering in drivers like radeon and "nv", while if 8:8:8, we
> should not. If not enabling it on a 6 bits panel, we end up with crappy
> looking gradients, if enabling it on a 8 bits panel, we basically end up
> sending a 6 bits signal to a 8 bits panel, thus reducing the quality.
>
The main 128-byte block of EDID version 1.x does not carry information for
that. However, EDID version 1.3 and later support extended 128-byte blocks,
and one of them, DI-EXT may carry the information you need. Specifically,
section 3.4.5 of this doc might help:
http://www.vesa.org/public/EDID%20EXTENSIONS/DIEXT.pdf
You will still need to know how to get these extended blocks from i2c.
I think vesa's site also has public docs on how to do that.
EDID version 2 (which is 256 bytes in size) may also have that information,
but I don't know if the specs are freely available.
Tony
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
next prev parent reply other threads:[~2005-10-04 0:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-03 22:53 VESA, EDID & flat panels Benjamin Herrenschmidt
2005-10-03 23:18 ` Richard Smith
2005-10-04 3:43 ` [Linux-fbdev-devel] " Benjamin Herrenschmidt
2005-10-04 6:27 ` Antonino A. Daplas
2005-10-04 6:39 ` Benjamin Herrenschmidt
2005-10-04 6:56 ` Antonino A. Daplas
2005-10-04 7:59 ` Antonino A. Daplas
2005-10-04 8:50 ` Benjamin Herrenschmidt
2005-10-04 12:04 ` Antonino A. Daplas
2005-10-04 12:35 ` Richard Smith
2005-10-10 5:50 ` Benjamin Herrenschmidt
2005-10-04 0:03 ` Antonino A. Daplas [this message]
2005-10-10 8:43 ` Egbert Eich
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=4341C6ED.8080108@gmail.com \
--to=adaplas@gmail.com \
--cc=benh@kernel.crashing.org \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/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.