]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: don't read HSW_AUD_PIN_ELD_CP_VLD when the power well is off
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 21 May 2014 19:23:20 +0000 (16:23 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 22 May 2014 13:06:32 +0000 (15:06 +0200)
commit78d17b18276c406c4abe9182cd9455626dbd2888
tree6f37981a36f6e1c6672d379c1fda209f1569564a
parentef2a7270881edd4bb7d9fe7d781fd6428690cba7
drm/i915: don't read HSW_AUD_PIN_ELD_CP_VLD when the power well is off

Because this will trigger "Unclaimed register" messages. All I need to
reproduce this problem is to boot my HSW machine with eDP+HDMI
connected.

Regression introduced by:

commit 8dc02fcb84a374ea4118abddfd7199697c47581f
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Thu Apr 24 23:54:52 2014 +0200
    drm/i915: Track has_audio in the pipe config

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ddi.c