Searched refs:pipe_crtc (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp_mst.c | 1109 struct intel_crtc *pipe_crtc; in mst_stream_post_disable() local 1117 for_each_pipe_crtc_modeset_disable(display, pipe_crtc, old_crtc_state) { in mst_stream_post_disable() 1119 intel_atomic_get_old_crtc_state(state, pipe_crtc); in mst_stream_post_disable() 1144 for_each_pipe_crtc_modeset_disable(display, pipe_crtc, old_crtc_state) { in mst_stream_post_disable() 1146 intel_atomic_get_old_crtc_state(state, pipe_crtc); in mst_stream_post_disable() 1354 struct intel_crtc *pipe_crtc; in mst_stream_enable() local 1400 for_each_pipe_crtc_modeset_enable(display, pipe_crtc, pipe_config) { in mst_stream_enable() 1402 intel_atomic_get_new_crtc_state(state, pipe_crtc); in mst_stream_enable()
|
| H A D | intel_ddi.c | 3230 struct intel_crtc *pipe_crtc; in intel_ddi_post_disable_hdmi_or_sst() local 3233 for_each_pipe_crtc_modeset_disable(display, pipe_crtc, old_crtc_state) { in intel_ddi_post_disable_hdmi_or_sst() 3235 intel_atomic_get_old_crtc_state(state, pipe_crtc); in intel_ddi_post_disable_hdmi_or_sst() 3260 for_each_pipe_crtc_modeset_disable(display, pipe_crtc, old_crtc_state) { in intel_ddi_post_disable_hdmi_or_sst() 3262 intel_atomic_get_old_crtc_state(state, pipe_crtc); in intel_ddi_post_disable_hdmi_or_sst() 3516 struct intel_crtc *pipe_crtc; in intel_ddi_enable() local 3552 for_each_pipe_crtc_modeset_enable(display, pipe_crtc, crtc_state) { in intel_ddi_enable() 3554 intel_atomic_get_new_crtc_state(state, pipe_crtc); in intel_ddi_enable() 3668 struct intel_crtc *pipe_crtc; in intel_ddi_update_active_dpll() local 3674 for_each_intel_crtc_in_pipe_mask(display, pipe_crtc, in intel_ddi_update_active_dpll() [all …]
|