* worth submitting a detailed EDID structure?
@ 2009-01-02 14:08 Robert P. J. Day
2009-01-02 22:55 ` Eric Anholt
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2009-01-02 14:08 UTC (permalink / raw)
To: Linux Kernel Mailing List
just noticed the header file include/video/edid.h, which defines
video EDID info as simply:
struct edid_info {
unsigned char dummy[128];
};
a couple months back, i had to mess with EDID info and defined a
detailed structure to manipulate EDID fields. is it worth submitting
that as a patch and union'ing that with the above? not a big deal for
me either way.
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo, Ontario, CANADA
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: worth submitting a detailed EDID structure?
2009-01-02 14:08 worth submitting a detailed EDID structure? Robert P. J. Day
@ 2009-01-02 22:55 ` Eric Anholt
2009-01-03 9:21 ` Robert P. J. Day
0 siblings, 1 reply; 3+ messages in thread
From: Eric Anholt @ 2009-01-02 22:55 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 708 bytes --]
On Fri, 2009-01-02 at 09:08 -0500, Robert P. J. Day wrote:
> just noticed the header file include/video/edid.h, which defines
> video EDID info as simply:
>
> struct edid_info {
> unsigned char dummy[128];
> };
>
> a couple months back, i had to mess with EDID info and defined a
> detailed structure to manipulate EDID fields. is it worth submitting
> that as a patch and union'ing that with the above? not a big deal for
> me either way.
The KMS code already has detailed EDID structures in drm_edid.h, for
what it's worth. We still need to get CEA extension bits ported over,
though.
--
Eric Anholt
eric@anholt.net eric.anholt@intel.com
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: worth submitting a detailed EDID structure?
2009-01-02 22:55 ` Eric Anholt
@ 2009-01-03 9:21 ` Robert P. J. Day
0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2009-01-03 9:21 UTC (permalink / raw)
To: Eric Anholt; +Cc: Linux Kernel Mailing List
On Fri, 2 Jan 2009, Eric Anholt wrote:
> On Fri, 2009-01-02 at 09:08 -0500, Robert P. J. Day wrote:
> > just noticed the header file include/video/edid.h, which defines
> > video EDID info as simply:
> >
> > struct edid_info {
> > unsigned char dummy[128];
> > };
> >
> > a couple months back, i had to mess with EDID info and defined a
> > detailed structure to manipulate EDID fields. is it worth
> > submitting that as a patch and union'ing that with the above?
> > not a big deal for me either way.
>
> The KMS code already has detailed EDID structures in drm_edid.h, for
> what it's worth. We still need to get CEA extension bits ported
> over, though.
ah, i hadn't noticed that. eggcellent, thanks.
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry:
Have classroom, will lecture.
http://crashcourse.ca Waterloo, Ontario, CANADA
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-01-03 9:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-02 14:08 worth submitting a detailed EDID structure? Robert P. J. Day
2009-01-02 22:55 ` Eric Anholt
2009-01-03 9:21 ` Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®