Lines Matching refs:intel_crtc
152 static bool audio_rate_need_prog(struct intel_crtc *crtc, in audio_rate_need_prog()
251 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in hsw_audio_codec_disable() local
252 enum pipe pipe = intel_crtc->pipe; in hsw_audio_codec_disable()
265 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in hsw_audio_codec_disable()
283 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in hsw_audio_codec_enable() local
284 enum pipe pipe = intel_crtc->pipe; in hsw_audio_codec_enable()
331 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in hsw_audio_codec_enable()
337 if (audio_rate_need_prog(intel_crtc, adjusted_mode)) { in hsw_audio_codec_enable()
361 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in ilk_audio_codec_disable() local
365 enum pipe pipe = intel_crtc->pipe; in ilk_audio_codec_disable()
393 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in ilk_audio_codec_disable()
410 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in ilk_audio_codec_enable() local
414 enum pipe pipe = intel_crtc->pipe; in ilk_audio_codec_enable()
481 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in ilk_audio_codec_enable()
498 struct intel_crtc *crtc = to_intel_crtc(encoder->crtc); in intel_audio_codec_enable()
638 struct intel_crtc *crtc; in i915_audio_component_sync_audio_rate()