Re: [Intel-gfx] [PATCH V2 3/4] drm/i915: Haswell HDMI audio enable

2012-08-06 Thread Wang, Xingchao
Hey Daniel, I had v3 patches under review and will send them out later. dev_priv-pipe_to_crtc_mapping[pipe]; + DRM_DEBUG_DRIVER(Enable transcoder %c\n, pipe_name(pipe)); Do we really want this? ... and in kms code we use DRM_DEBUG_KMS. I'd removed this debug message

Re: [Intel-gfx] [PATCH V2 3/4] drm/i915: Haswell HDMI audio enable

2012-08-01 Thread Paulo Zanoni
Hi Comments inline. 2012/7/30 Wang Xingchao xingchao.w...@intel.com: Configure the related HDMI audio register to generate an unsolicited response to the audio controller driver to indicate that the controller sequence should start. Signed-off-by: Wang Xingchao xingchao.w...@intel.com ---

[Intel-gfx] [PATCH V2 3/4] drm/i915: Haswell HDMI audio enable

2012-07-30 Thread Wang Xingchao
Configure the related HDMI audio register to generate an unsolicited response to the audio controller driver to indicate that the controller sequence should start. Signed-off-by: Wang Xingchao xingchao.w...@intel.com --- drivers/gpu/drm/i915/intel_display.c | 58