Lines Matching refs:intel_crtc
181 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in hsw_audio_codec_disable() local
182 enum pipe pipe = intel_crtc->pipe; in hsw_audio_codec_disable()
193 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in hsw_audio_codec_disable()
209 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in hsw_audio_codec_enable() local
210 enum pipe pipe = intel_crtc->pipe; in hsw_audio_codec_enable()
251 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in hsw_audio_codec_enable()
261 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in ilk_audio_codec_disable() local
265 enum pipe pipe = intel_crtc->pipe; in ilk_audio_codec_disable()
290 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in ilk_audio_codec_disable()
312 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in ilk_audio_codec_enable() local
316 enum pipe pipe = intel_crtc->pipe; in ilk_audio_codec_enable()
385 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in ilk_audio_codec_enable()
402 struct intel_crtc *crtc = to_intel_crtc(encoder->crtc); in intel_audio_codec_enable()