Re: [Intel-gfx] [PATCH] drm/i915: HDMI/DP - ELD info refresh support for Haswell

2013-01-22 Thread Daniel Vetter
On Tue, Jan 22, 2013 at 11:25:25PM +0800, Wang Xingchao wrote: > ELD info should be updated dynamically according to hot plug event. > For haswell chip, clear/set the eld valid bit and output enable bit > from callback intel_disable/eanble_ddi(). > > Reviewed-by: Ville Syrjälä > Reviewed-by: Rodr

[Intel-gfx] [PATCH] drm/i915: HDMI/DP - ELD info refresh support for Haswell

2013-01-22 Thread Wang Xingchao
ELD info should be updated dynamically according to hot plug event. For haswell chip, clear/set the eld valid bit and output enable bit from callback intel_disable/eanble_ddi(). Reviewed-by: Ville Syrjälä Reviewed-by: Rodrigo Vivi Signed-off-by: Wang Xingchao --- drivers/gpu/drm/i915/intel_ddi

Re: [Intel-gfx] [PATCH] drm/i915: HDMI/DP - ELD info refresh support for Haswell

2013-01-17 Thread Wang, Xingchao
Hi Vivi, > -Original Message- > From: Rodrigo Vivi [mailto:rodrigo.v...@gmail.com] > Sent: Tuesday, January 15, 2013 1:00 AM > To: Wang, Xingchao > Cc: Daniel Vetter; intel-gfx; Zanoni, Paulo R > Subject: Re: [Intel-gfx] [PATCH] drm/i915: HDMI/DP - ELD info refresh sup

Re: [Intel-gfx] [PATCH] drm/i915: HDMI/DP - ELD info refresh support for Haswell

2013-01-14 Thread Rodrigo Vivi
Hi Wang, I would prefer to use defined HSW_AUD_PIN_ELD_CP_VLD directly at read/write macros instead of creating an variable aud_cntrl_st2. But this is minor, the other question I have here, why are you doing this only for pipe A instead of pipe in use? On Mon, Jan 7, 2013 at 3:20 AM, Wang Xingcha

[Intel-gfx] [PATCH] drm/i915: HDMI/DP - ELD info refresh support for Haswell

2013-01-06 Thread Wang Xingchao
ELD info should be updated dynamically according to hot plug event. For haswell chip, clear/set the eld valid bit and output enable bit from callback intel_disable/eanble_ddi(). Signed-off-by: Wang Xingchao --- drivers/gpu/drm/i915/intel_ddi.c | 20 1 file changed, 20 inse