Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c6376 struct intel_crtc_state *other_crtc_state; in ironlake_check_fdi_lanes() local
6408 other_crtc_state = in ironlake_check_fdi_lanes()
6410 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()
6411 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()
6413 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ironlake_check_fdi_lanes()
6427 other_crtc_state = in ironlake_check_fdi_lanes()
6429 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()
6430 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()
6432 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ironlake_check_fdi_lanes()
12102 struct intel_crtc_state *other_crtc_state = NULL; in haswell_mode_set_planes_workaround() local
[all …]