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

2011-03-25 Thread K, Mythri P
Hi Gunnedi, snip 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 beyond the

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

2011-03-25 Thread K, Mythri P
Hi Florian, snip 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 to

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 jbar...@virtuousgeek.org wrote: On Wed, 23 Mar 2011 18:58:27 +0530 K, Mythri P mythr...@ti.com wrote: Hi Dave, On Wed, Mar 23, 2011 at 6:16 AM, Dave Airlie airl...@gmail.com wrote: On Wed, Mar 23, 2011 at 3:32 AM, Mythri P K

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 mythr...@ti.com wrote: Hi Jesse, On Wed, Mar 23, 2011 at 8:48 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Wed, 23 Mar 2011 18:58:27 +0530 K, Mythri P mythr...@ti.com wrote: Hi Dave, On Wed, Mar 23, 2011 at 6:16 AM, Dave Airlie

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 jbar...@virtuousgeek.org wrote: On Wed, 23 Mar 2011 18:58:27 +0530 K, Mythri P mythr...@ti.com wrote: Hi Dave, On Wed, Mar 23, 2011 at 6:16 AM, Dave Airlie airl...@gmail.com wrote:

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 g.liakhovet...@gmx.de wrote: On Thu, 24 Mar 2011, K, Mythri P wrote: Hi Jesse, On Wed, Mar 23, 2011 at 8:48 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Wed, 23 Mar 2011 18:58:27 +0530 K, Mythri P mythr...@ti.com wrote:

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 mythr...@ti.com wrote: Hi Jesse, On Wed, Mar 23, 2011 at 8:48 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: On Wed, 23 Mar 2011 18:58:27 +0530 K, Mythri P mythr...@ti.com wrote: Hi Dave, On Wed, Mar 23, 2011 at 6:16

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 airl...@gmail.com wrote: On Wed, Mar 23, 2011 at 3:32 AM, Mythri P K mythr...@ti.com wrote: Adding support for common EDID parsing in kernel. EDID - Extended display identification data is a data structure provided by a digital display to

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 let...@linux-sh.org 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

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 mythr...@ti.com wrote: Hi Dave, On Wed, Mar 23, 2011 at 6:16 AM, Dave Airlie airl...@gmail.com wrote: On Wed, Mar 23, 2011 at 3:32 AM, Mythri P K mythr...@ti.com wrote: Adding support for common EDID parsing in kernel. EDID - Extended

[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

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 are

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 capabilities to

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 mythr...@ti.com 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

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 mythr...@ti.com 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