Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_fdi.c197 struct intel_crtc_state *other_crtc_state; in ilk_check_fdi_lanes() local
234 other_crtc_state = in ilk_check_fdi_lanes()
236 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
237 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
239 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ilk_check_fdi_lanes()
255 other_crtc_state = in ilk_check_fdi_lanes()
257 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
258 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
260 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ilk_check_fdi_lanes()