[Intel-gfx] [PATCH 10/10] drm/i915: Use intel_crtc_has_dp_encoder() for LPE audio

Ville Syrjala ville.syrjala at linux.intel.com
Thu Oct 19 13:37:21 UTC 2017


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

Reduce our general reliance on encoder->type and instead use
output_types from the crtc state when enabling LPE audio.

Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
 drivers/gpu/drm/i915/intel_audio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_audio.c b/drivers/gpu/drm/i915/intel_audio.c
index 0ddba16fde1b..1e59efbfe8a3 100644
--- a/drivers/gpu/drm/i915/intel_audio.c
+++ b/drivers/gpu/drm/i915/intel_audio.c
@@ -629,7 +629,7 @@ void intel_audio_codec_enable(struct intel_encoder *intel_encoder,
 
 	intel_lpe_audio_notify(dev_priv, pipe, port, connector->eld,
 			       crtc_state->port_clock,
-			       intel_encoder->type == INTEL_OUTPUT_DP);
+			       intel_crtc_has_dp_encoder(crtc_state));
 }
 
 /**
-- 
2.13.6



More information about the Intel-gfx mailing list