Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_modeset_setup.c72 struct intel_crtc_state *temp_crtc_state = in intel_crtc_disable_noatomic_begin() local
78 drm_WARN_ON(&i915->drm, IS_ERR(temp_crtc_state) || ret); in intel_crtc_disable_noatomic_begin()
201 struct intel_crtc_state *temp_crtc_state = in get_transcoder_pipes() local
204 if (temp_crtc_state->cpu_transcoder == INVALID_TRANSCODER) in get_transcoder_pipes()
207 if (intel_crtc_is_bigjoiner_slave(temp_crtc_state)) in get_transcoder_pipes()
210 if (transcoder_mask & BIT(temp_crtc_state->cpu_transcoder)) in get_transcoder_pipes()