Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-02-03 Thread Rahul Sharma
On Thu, Jan 31, 2013 at 10:22 AM, Inki Dae wrote: > 2013/1/31 Stephen Warren : >> On 01/30/2013 06:16 PM, Inki Dae wrote: >>> 2013/1/30 Sylwester Nawrocki : Hi, On 01/08/2013 11:56 PM, Stephen Warren wrote: > > On 01/08/2013 01:16 PM, Sean Paul wrote: >> >> Add

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-31 Thread Stephen Warren
On 01/31/2013 10:36 AM, Stephen Warren wrote: > On 01/31/2013 08:04 AM, Sean Paul wrote: > ... >> I think if we take a step back, we're really not discussing HDMI >> version 1.3 vs. 1.4, we're really talking about the HDMI IP block >> version. > > Absolutely. > >> The blocks just happen to implem

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-31 Thread Olof Johansson
On Thu, Jan 31, 2013 at 7:04 AM, Sean Paul wrote: > On Wed, Jan 30, 2013 at 10:03 PM, Stephen Warren > wrote: >> On 01/30/2013 06:16 PM, Inki Dae wrote: >>> 2013/1/30 Sylwester Nawrocki : Hi, On 01/08/2013 11:56 PM, Stephen Warren wrote: > > On 01/08/2013 01:16 PM, Se

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-31 Thread Stephen Warren
On 01/31/2013 08:04 AM, Sean Paul wrote: ... > I think if we take a step back, we're really not discussing HDMI > version 1.3 vs. 1.4, we're really talking about the HDMI IP block > version. Absolutely. > The blocks just happen to implement different versions of the > HDMI spec. Yes. > The init

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-31 Thread Sean Paul
On Wed, Jan 30, 2013 at 10:03 PM, Stephen Warren wrote: > On 01/30/2013 06:16 PM, Inki Dae wrote: >> 2013/1/30 Sylwester Nawrocki : >>> Hi, >>> >>> >>> On 01/08/2013 11:56 PM, Stephen Warren wrote: On 01/08/2013 01:16 PM, Sean Paul wrote: > > Add a property to the hdmi node so we

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-30 Thread Inki Dae
2013/1/31 Stephen Warren : > On 01/30/2013 06:16 PM, Inki Dae wrote: >> 2013/1/30 Sylwester Nawrocki : >>> Hi, >>> >>> >>> On 01/08/2013 11:56 PM, Stephen Warren wrote: On 01/08/2013 01:16 PM, Sean Paul wrote: > > Add a property to the hdmi node so we can specify the HDMI version

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-30 Thread Stephen Warren
On 01/30/2013 06:16 PM, Inki Dae wrote: > 2013/1/30 Sylwester Nawrocki : >> Hi, >> >> >> On 01/08/2013 11:56 PM, Stephen Warren wrote: >>> >>> On 01/08/2013 01:16 PM, Sean Paul wrote: Add a property to the hdmi node so we can specify the HDMI version in the device tree instead of jus

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-30 Thread Inki Dae
2013/1/30 Sylwester Nawrocki : > Hi, > > > On 01/08/2013 11:56 PM, Stephen Warren wrote: >> >> On 01/08/2013 01:16 PM, Sean Paul wrote: >>> >>> Add a property to the hdmi node so we can specify the HDMI version in >>> the device tree instead of just defaulting to v1.4 with the existence of >>> the

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-29 Thread Inki Dae
2013/1/30 Sean Paul : > On Tue, Jan 8, 2013 at 5:56 PM, Stephen Warren wrote: >> On 01/08/2013 01:16 PM, Sean Paul wrote: >>> Add a property to the hdmi node so we can specify the HDMI version in >>> the device tree instead of just defaulting to v1.4 with the existence of >>> the dt node. >> >> I

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-29 Thread Sylwester Nawrocki
Hi, On 01/08/2013 11:56 PM, Stephen Warren wrote: On 01/08/2013 01:16 PM, Sean Paul wrote: Add a property to the hdmi node so we can specify the HDMI version in the device tree instead of just defaulting to v1.4 with the existence of the dt node. I guess this seems OK to me if required, altho

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-29 Thread Sean Paul
On Tue, Jan 8, 2013 at 5:56 PM, Stephen Warren wrote: > On 01/08/2013 01:16 PM, Sean Paul wrote: >> Add a property to the hdmi node so we can specify the HDMI version in >> the device tree instead of just defaulting to v1.4 with the existence of >> the dt node. > > I guess this seems OK to me if r

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Stephen Warren
On 01/08/2013 01:16 PM, Sean Paul wrote: > Add a property to the hdmi node so we can specify the HDMI version in > the device tree instead of just defaulting to v1.4 with the existence of > the dt node. I guess this seems OK to me if required, although I'd certainly like to see someone familiar wi

[PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-08 Thread Sean Paul
Add a property to the hdmi node so we can specify the HDMI version in the device tree instead of just defaulting to v1.4 with the existence of the dt node. Signed-off-by: Sean Paul --- .../devicetree/bindings/drm/exynos/hdmi.txt|2 + drivers/gpu/drm/exynos/exynos_hdmi.c