Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_modeset_setup.c45 struct intel_crtc *temp_crtc; in intel_crtc_disable_noatomic_begin() local
75 intel_atomic_get_crtc_state(state, temp_crtc); in intel_crtc_disable_noatomic_begin()
190 struct intel_crtc *temp_crtc; in get_transcoder_pipes() local
193 for_each_intel_crtc(&i915->drm, temp_crtc) { in get_transcoder_pipes()
195 to_intel_crtc_state(temp_crtc->base.state); in get_transcoder_pipes()
204 pipes |= BIT(temp_crtc->pipe); in get_transcoder_pipes()
267 struct intel_crtc *temp_crtc; in intel_crtc_disable_noatomic() local
281 intel_crtc_disable_noatomic_begin(temp_crtc, ctx); in intel_crtc_disable_noatomic()
284 intel_crtc_disable_noatomic_begin(temp_crtc, ctx); in intel_crtc_disable_noatomic()
287 intel_crtc_disable_noatomic_begin(temp_crtc, ctx); in intel_crtc_disable_noatomic()
[all …]