commit | c77bf5659deb9405ef61080c148e47d2c8ee31e5 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Fri May 03 12:15:40 2013 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri May 10 21:56:32 2013 +0200 |
tree | 149db81adc03161c5bf6c67d961f11e03745680c | |
parent | 71f8ba6b7e44fc525fb15a60997c0c5064c160e6 [diff] |
drm/i915: only disable DDI sound if intel_crtc->eld_vld We already have the same check on intel_enable_ddi. This patch prevents "unclaimed register" messages when the power well is disabled. V2: Reset intel_crtc->eld_vld to false after the mode_set function. V3: Add both "type != INTEL_OUTPUT_EDP" requested. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>