Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_fdi.c26 struct intel_crtc_state *other_crtc_state; in ilk_check_fdi_lanes() local
61 other_crtc_state = in ilk_check_fdi_lanes()
63 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
64 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
66 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ilk_check_fdi_lanes()
82 other_crtc_state = in ilk_check_fdi_lanes()
84 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
85 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
87 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ilk_check_fdi_lanes()
Dintel_display.c9427 struct intel_crtc_state *other_crtc_state = NULL; in hsw_mode_set_planes_workaround() local
9438 other_crtc_state = crtc_state; in hsw_mode_set_planes_workaround()
9471 else if (other_crtc_state) in hsw_mode_set_planes_workaround()
9472 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()