Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c6500 struct intel_crtc_state *other_crtc_state; in ironlake_check_fdi_lanes() local
6532 other_crtc_state = in ironlake_check_fdi_lanes()
6534 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()
6535 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()
6537 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ironlake_check_fdi_lanes()
6551 other_crtc_state = in ironlake_check_fdi_lanes()
6553 if (IS_ERR(other_crtc_state)) in ironlake_check_fdi_lanes()
6554 return PTR_ERR(other_crtc_state); in ironlake_check_fdi_lanes()
6556 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ironlake_check_fdi_lanes()
12976 struct intel_crtc_state *other_crtc_state = NULL; in haswell_mode_set_planes_workaround() local
[all …]