Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_display.c7824 struct intel_crtc_state *other_crtc_state; in ilk_check_fdi_lanes() local
7859 other_crtc_state = in ilk_check_fdi_lanes()
7861 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
7862 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
7864 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ilk_check_fdi_lanes()
7880 other_crtc_state = in ilk_check_fdi_lanes()
7882 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
7883 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
7885 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ilk_check_fdi_lanes()
14585 struct intel_crtc_state *other_crtc_state = NULL; in hsw_mode_set_planes_workaround() local
[all …]