Home
last modified time | relevance | path

Searched refs:temp_crtc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_modeset_setup.c43 struct intel_crtc *temp_crtc; in intel_crtc_disable_noatomic_begin() local
69 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() local
200 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() local
286 for_each_intel_crtc_in_pipe_mask(&i915->drm, temp_crtc, bigjoiner_slaves_mask) in intel_crtc_disable_noatomic()
[all …]