Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_fdi.c135 struct intel_crtc_state *other_crtc_state; in ilk_check_fdi_lanes() local
170 other_crtc_state = in ilk_check_fdi_lanes()
172 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
173 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
175 if (pipe_required_fdi_lanes(other_crtc_state) > 0) { in ilk_check_fdi_lanes()
191 other_crtc_state = in ilk_check_fdi_lanes()
193 if (IS_ERR(other_crtc_state)) in ilk_check_fdi_lanes()
194 return PTR_ERR(other_crtc_state); in ilk_check_fdi_lanes()
196 if (pipe_required_fdi_lanes(other_crtc_state) > 2) { in ilk_check_fdi_lanes()
A Dintel_display.c6024 struct intel_crtc_state *other_crtc_state = NULL; in hsw_mode_set_planes_workaround() local
6035 other_crtc_state = crtc_state; in hsw_mode_set_planes_workaround()
6068 else if (other_crtc_state) in hsw_mode_set_planes_workaround()
6069 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()

Completed in 20 milliseconds