Searched refs:temp_crtc (Results 1 – 1 of 1) sorted by relevance
43 struct intel_crtc *temp_crtc; in intel_crtc_disable_noatomic_begin() local69 for_each_intel_crtc_in_pipe_mask(&i915->drm, temp_crtc, in intel_crtc_disable_noatomic_begin()73 intel_atomic_get_crtc_state(state, temp_crtc); in intel_crtc_disable_noatomic_begin()76 ret = drm_atomic_add_affected_connectors(state, &temp_crtc->base); in intel_crtc_disable_noatomic_begin()197 struct intel_crtc *temp_crtc; in get_transcoder_pipes() local200 for_each_intel_crtc(&i915->drm, temp_crtc) { in get_transcoder_pipes()202 to_intel_crtc_state(temp_crtc->base.state); in get_transcoder_pipes()211 pipes |= BIT(temp_crtc->pipe); in get_transcoder_pipes()273 struct intel_crtc *temp_crtc; in intel_crtc_disable_noatomic() local286 for_each_intel_crtc_in_pipe_mask(&i915->drm, temp_crtc, bigjoiner_slaves_mask) in intel_crtc_disable_noatomic()[all …]