Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_fdi.c134 struct intel_crtc_state *other_crtc_state; in ilk_check_fdi_lanes() local
169 other_crtc_state = in ilk_check_fdi_lanes()
171 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
172 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
174 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ilk_check_fdi_lanes()
190 other_crtc_state = in ilk_check_fdi_lanes()
192 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
193 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
195 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ilk_check_fdi_lanes()
Dintel_display.c6055 struct intel_crtc_state *other_crtc_state = NULL; in hsw_mode_set_planes_workaround() local
6066 other_crtc_state = crtc_state; in hsw_mode_set_planes_workaround()
6099 else if (other_crtc_state) in hsw_mode_set_planes_workaround()
6100 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()