Searched refs:other_crtc_state (Results 1 – 2 of 2) sorted by relevance
190 struct intel_crtc_state *other_crtc_state; in ilk_check_fdi_lanes() local227 other_crtc_state = in ilk_check_fdi_lanes()229 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()230 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()232 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ilk_check_fdi_lanes()248 other_crtc_state = in ilk_check_fdi_lanes()250 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()251 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()253 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ilk_check_fdi_lanes()
5691 struct intel_crtc_state *other_crtc_state = NULL; in hsw_mode_set_planes_workaround() local5702 other_crtc_state = crtc_state; in hsw_mode_set_planes_workaround()5735 else if (other_crtc_state) in hsw_mode_set_planes_workaround()5736 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()