Lines Matching refs:crtc

81 	struct intel_crtc *crtc = to_intel_crtc(dig_port->base.base.crtc);  in intel_psr_write_vsc()  local
82 u32 ctl_reg = HSW_TVIDEO_DIP_CTL(crtc->config->cpu_transcoder); in intel_psr_write_vsc()
83 u32 data_reg = HSW_TVIDEO_DIP_VSC_DATA(crtc->config->cpu_transcoder); in intel_psr_write_vsc()
109 struct drm_crtc *crtc = intel_dig_port->base.base.crtc; in vlv_psr_setup_vsc() local
110 enum pipe pipe = to_intel_crtc(crtc)->pipe; in vlv_psr_setup_vsc()
203 struct drm_crtc *crtc = dig_port->base.base.crtc; in vlv_psr_enable_source() local
204 enum pipe pipe = to_intel_crtc(crtc)->pipe; in vlv_psr_enable_source()
218 struct drm_crtc *crtc = dig_port->base.base.crtc; in vlv_psr_activate() local
219 enum pipe pipe = to_intel_crtc(crtc)->pipe; in vlv_psr_activate()
265 struct drm_crtc *crtc = dig_port->base.base.crtc; in intel_psr_match_conditions() local
266 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in intel_psr_match_conditions()
270 WARN_ON(!drm_modeset_is_locked(&crtc->mutex)); in intel_psr_match_conditions()
402 to_intel_crtc(intel_dig_port->base.base.crtc); in vlv_psr_disable()
478 struct drm_crtc *crtc = dp_to_dig_port(intel_dp)->base.base.crtc; in intel_psr_work() local
479 enum pipe pipe = to_intel_crtc(crtc)->pipe; in intel_psr_work()
522 struct drm_crtc *crtc = dp_to_dig_port(intel_dp)->base.base.crtc; in intel_psr_exit() local
523 enum pipe pipe = to_intel_crtc(crtc)->pipe; in intel_psr_exit()
578 struct drm_crtc *crtc; in intel_psr_invalidate() local
587 crtc = dp_to_dig_port(dev_priv->psr.enabled)->base.base.crtc; in intel_psr_invalidate()
588 pipe = to_intel_crtc(crtc)->pipe; in intel_psr_invalidate()
614 struct drm_crtc *crtc; in intel_psr_flush() local
623 crtc = dp_to_dig_port(dev_priv->psr.enabled)->base.base.crtc; in intel_psr_flush()
624 pipe = to_intel_crtc(crtc)->pipe; in intel_psr_flush()