Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-25 Thread K, Mythri P
Hi Florian, > >> So why should this be a common library? Most kernel code doesn't need >> it. Or is there a serious need for video input to parse EDIDs? > > It's true that most kernel code does not need it as it is only useful for > display output systems (and only the ones that can be connected

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-25 Thread K, Mythri P
Hi Gunnedi, >> > Dave's point is that we can't ditch the existing code without >> > introducing a lot of risk; it would be better to start a library-ized >> > EDID codebase from the most complete one we have already, i.e. the DRM >> > EDID code. > > Does the DRM EDID-parser also process blocks be

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-24 Thread Florian Tobias Schandinat
Corbin Simpson schrieb: On Thu, Mar 24, 2011 at 2:51 AM, K, Mythri P wrote: Hi Jesse, On Wed, Mar 23, 2011 at 8:48 PM, Jesse Barnes wrote: On Wed, 23 Mar 2011 18:58:27 +0530 "K, Mythri P" wrote: Hi Dave, On Wed, Mar 23, 2011 at 6:16 AM, Dave Airlie wrote: On Wed, Mar 23, 2011 at 3:32 A

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-24 Thread Alex Deucher
On Thu, Mar 24, 2011 at 3:13 PM, Guennadi Liakhovetski wrote: > On Thu, 24 Mar 2011, K, Mythri P wrote: > >> Hi Jesse, >> >> On Wed, Mar 23, 2011 at 8:48 PM, Jesse Barnes >> wrote: >> > On Wed, 23 Mar 2011 18:58:27 +0530 >> > "K, Mythri P" wrote: >> > >> >> Hi Dave, >> >> >> >> On Wed, Mar 23,

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-24 Thread Guennadi Liakhovetski
On Thu, 24 Mar 2011, K, Mythri P wrote: > Hi Jesse, > > On Wed, Mar 23, 2011 at 8:48 PM, Jesse Barnes > wrote: > > On Wed, 23 Mar 2011 18:58:27 +0530 > > "K, Mythri P" wrote: > > > >> Hi Dave, > >> > >> On Wed, Mar 23, 2011 at 6:16 AM, Dave Airlie wrote: > >> > On Wed, Mar 23, 2011 at 3:32 AM

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-24 Thread Corbin Simpson
On Thu, Mar 24, 2011 at 2:51 AM, K, Mythri P wrote: > Hi Jesse, > > On Wed, Mar 23, 2011 at 8:48 PM, Jesse Barnes > wrote: >> On Wed, 23 Mar 2011 18:58:27 +0530 >> "K, Mythri P" wrote: >> >>> Hi Dave, >>> >>> On Wed, Mar 23, 2011 at 6:16 AM, Dave Airlie wrote: >>> > On Wed, Mar 23, 2011 at 3:3

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-24 Thread K, Mythri P
Hi Jesse, On Wed, Mar 23, 2011 at 8:48 PM, Jesse Barnes wrote: > On Wed, 23 Mar 2011 18:58:27 +0530 > "K, Mythri P" wrote: > >> Hi Dave, >> >> On Wed, Mar 23, 2011 at 6:16 AM, Dave Airlie wrote: >> > On Wed, Mar 23, 2011 at 3:32 AM, Mythri P K wrote: >> >> Adding support for common EDID parsin

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-23 Thread Jesse Barnes
On Wed, 23 Mar 2011 18:58:27 +0530 "K, Mythri P" wrote: > Hi Dave, > > On Wed, Mar 23, 2011 at 6:16 AM, Dave Airlie wrote: > > On Wed, Mar 23, 2011 at 3:32 AM, Mythri P K wrote: > >> Adding support for common EDID parsing in kernel. > >> > >> EDID - Extended display identification data is a da

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-23 Thread K, Mythri P
Hi Paul, On Tue, Mar 22, 2011 at 11:28 PM, Paul Mundt wrote: > On Tue, Mar 22, 2011 at 02:52:59PM -0300, Mauro Carvalho Chehab wrote: >> Em 22-03-2011 14:32, Mythri P K escreveu: >> > Adding support for common EDID parsing in kernel. >> > >> > EDID - Extended display identification data is a data

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-23 Thread K, Mythri P
Hi Dave, On Wed, Mar 23, 2011 at 6:16 AM, Dave Airlie wrote: > On Wed, Mar 23, 2011 at 3:32 AM, Mythri P K wrote: >> Adding support for common EDID parsing in kernel. >> >> EDID - Extended display identification data is a data structure provided by >> a digital display to describe its capabiliti

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-22 Thread Dave Airlie
On Wed, Mar 23, 2011 at 3:32 AM, Mythri P K wrote: > Adding support for common EDID parsing in kernel. > > EDID - Extended display identification data is a data structure provided by > a digital display to describe its capabilities to a video source, This a > standard supported by CEA and VESA. >

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-22 Thread Alex Deucher
Adding dri-devel. On Tue, Mar 22, 2011 at 1:32 PM, Mythri P K wrote: > Adding support for common EDID parsing in kernel. > > EDID - Extended display identification data is a data structure provided by > a digital display to describe its capabilities to a video source, This a > standard supported

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-22 Thread Paul Mundt
On Tue, Mar 22, 2011 at 02:52:59PM -0300, Mauro Carvalho Chehab wrote: > Em 22-03-2011 14:32, Mythri P K escreveu: > > Adding support for common EDID parsing in kernel. > > > > EDID - Extended display identification data is a data structure provided by > > a digital display to describe its capabil

Re: [RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-22 Thread Mauro Carvalho Chehab
Em 22-03-2011 14:32, Mythri P K escreveu: > Adding support for common EDID parsing in kernel. > > EDID - Extended display identification data is a data structure provided by > a digital display to describe its capabilities to a video source, This a > standard supported by CEA and VESA. > > There

[RFC PATCH] HDMI:Support for EDID parsing in kernel.

2011-03-22 Thread Mythri P K
Adding support for common EDID parsing in kernel. EDID - Extended display identification data is a data structure provided by a digital display to describe its capabilities to a video source, This a standard supported by CEA and VESA. There are several custom implementations for parsing EDID in