Searched refs:other_crtc_state (Results 1 – 1 of 1) sorted by relevance
7823 struct intel_crtc_state *other_crtc_state; in ilk_check_fdi_lanes() local7858 other_crtc_state = in ilk_check_fdi_lanes()7860 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()7861 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()7863 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ilk_check_fdi_lanes()7879 other_crtc_state = in ilk_check_fdi_lanes()7881 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()7882 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()7884 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ilk_check_fdi_lanes()14584 struct intel_crtc_state *other_crtc_state = NULL; in hsw_mode_set_planes_workaround() local[all …]