[Intel-gfx] [PATCH 01/25] drm/i915: add new Haswell DIP controls registers

2012-05-10 Thread Eugeni Dodonov
Haswell has different DIP control registers and offsets which we need to use for infoframes, which this patch adds. Note that this does not adds full DIP frames support, but only the basic functionality necessary for HDMI to work in early enablement. v2: replace infoframe handling with a debug me

Re: [Intel-gfx] [PATCH 01/25] drm/i915: add new Haswell DIP controls registers

2012-05-10 Thread Daniel Vetter
On Thu, May 10, 2012 at 12:03:27AM -0300, Paulo Zanoni wrote: > 2012/5/9 Eugeni Dodonov : > > > > Without this, I am getting a nice black screen though . But the latest > > theory is that perhaps we just need to send any infoframe for the hardware > > to catch up and work in HDMI mode? > > > I fina

Re: [Intel-gfx] [PATCH 01/25] drm/i915: add new Haswell DIP controls registers

2012-05-09 Thread Paulo Zanoni
2012/5/9 Eugeni Dodonov : > > Without this, I am getting a nice black screen though . But the latest > theory is that perhaps we just need to send any infoframe for the hardware > to catch up and work in HDMI mode? > I finally tested this :) I don't think anymore this is the case since the ddi_func

Re: [Intel-gfx] [PATCH 01/25] drm/i915: add new Haswell DIP controls registers

2012-05-09 Thread Eugeni Dodonov
On 05/09/2012 09:34 PM, Paulo Zanoni wrote: 2012/5/9 Eugeni Dodonov: Haswell has different DIP control registers and offsets which we need to use for infoframes, which this patch adds. Note that this does not adds full DIP frames support, but only the basic functionality necessary for HDMI to w

Re: [Intel-gfx] [PATCH 01/25] drm/i915: add new Haswell DIP controls registers

2012-05-09 Thread Paulo Zanoni
2012/5/9 Eugeni Dodonov : > Haswell has different DIP control registers and offsets which we need to > use for infoframes, which this patch adds. > > Note that this does not adds full DIP frames support, but only the basic > functionality necessary for HDMI to work in early enablement. > > Signed-o

[Intel-gfx] [PATCH 01/25] drm/i915: add new Haswell DIP controls registers

2012-05-09 Thread Eugeni Dodonov
Haswell has different DIP control registers and offsets which we need to use for infoframes, which this patch adds. Note that this does not adds full DIP frames support, but only the basic functionality necessary for HDMI to work in early enablement. Signed-off-by: Eugeni Dodonov --- drivers/gp