Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fdi.c137 struct intel_crtc_state *other_crtc_state; in ilk_check_fdi_lanes() local
172 other_crtc_state = in ilk_check_fdi_lanes()
174 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
175 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
177 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ilk_check_fdi_lanes()
193 other_crtc_state = in ilk_check_fdi_lanes()
195 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
196 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
198 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ilk_check_fdi_lanes()
H A Dintel_display.c5485 struct intel_crtc_state *other_crtc_state = NULL; in hsw_mode_set_planes_workaround() local
5496 other_crtc_state = crtc_state; in hsw_mode_set_planes_workaround()
5529 else if (other_crtc_state) in hsw_mode_set_planes_workaround()
5530 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()