Lines Matching refs:intel_crtc
169 static bool audio_rate_need_prog(struct intel_crtc *crtc, in audio_rate_need_prog()
268 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in hsw_audio_codec_disable() local
269 enum pipe pipe = intel_crtc->pipe; in hsw_audio_codec_disable()
282 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in hsw_audio_codec_disable()
300 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in hsw_audio_codec_enable() local
301 enum pipe pipe = intel_crtc->pipe; in hsw_audio_codec_enable()
348 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in hsw_audio_codec_enable()
354 if (audio_rate_need_prog(intel_crtc, adjusted_mode)) { in hsw_audio_codec_enable()
378 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in ilk_audio_codec_disable() local
382 enum pipe pipe = intel_crtc->pipe; in ilk_audio_codec_disable()
410 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in ilk_audio_codec_disable()
427 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->base.crtc); in ilk_audio_codec_enable() local
431 enum pipe pipe = intel_crtc->pipe; in ilk_audio_codec_enable()
498 if (intel_pipe_has_type(intel_crtc, INTEL_OUTPUT_DISPLAYPORT)) in ilk_audio_codec_enable()
515 struct intel_crtc *crtc = to_intel_crtc(encoder->crtc); in intel_audio_codec_enable()
655 struct intel_crtc *crtc; in i915_audio_component_sync_audio_rate()