Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.c7187 struct intel_crtc_state *other_crtc_state; in ironlake_check_fdi_lanes() local
7219 other_crtc_state = in ironlake_check_fdi_lanes()
7221 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()
7222 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()
7224 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ironlake_check_fdi_lanes()
7238 other_crtc_state = in ironlake_check_fdi_lanes()
7240 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()
7241 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()
7243 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ironlake_check_fdi_lanes()
13356 struct intel_crtc_state *other_crtc_state = NULL; in haswell_mode_set_planes_workaround() local
[all …]