Searched refs:pipe_crtc (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 1655 struct intel_crtc *pipe_crtc; in hsw_crtc_enable() local 1697 pipe_crtc->active = true; in hsw_crtc_enable() 1718 intel_initial_watermarks(state, pipe_crtc); in hsw_crtc_enable() 1729 intel_crtc_wait_for_next_vblank(pipe_crtc); in hsw_crtc_enable() 1792 struct intel_crtc *pipe_crtc; in hsw_crtc_disable() local 6639 struct intel_crtc *pipe_crtc; in intel_enable_crtc() local 6762 struct intel_crtc *pipe_crtc; in intel_old_crtc_state_disables() local 6770 intel_crtc_disable_pipe_crc(pipe_crtc); in intel_old_crtc_state_disables() 6779 pipe_crtc->active = false; in intel_old_crtc_state_disables() 6780 intel_fbc_disable(pipe_crtc); in intel_old_crtc_state_disables() [all …]
|
| H A D | intel_dp_mst.c | 1033 struct intel_crtc *pipe_crtc; in mst_stream_post_disable() local 1042 for_each_pipe_crtc_modeset_disable(display, pipe_crtc, old_crtc_state, i) { in mst_stream_post_disable() 1044 intel_atomic_get_old_crtc_state(state, pipe_crtc); in mst_stream_post_disable() 1067 for_each_pipe_crtc_modeset_disable(display, pipe_crtc, old_crtc_state, i) { in mst_stream_post_disable() 1069 intel_atomic_get_old_crtc_state(state, pipe_crtc); in mst_stream_post_disable() 1283 struct intel_crtc *pipe_crtc; in mst_stream_enable() local 1355 for_each_pipe_crtc_modeset_enable(display, pipe_crtc, pipe_config, i) { in mst_stream_enable() 1357 intel_atomic_get_new_crtc_state(state, pipe_crtc); in mst_stream_enable()
|
| H A D | intel_ddi.c | 3225 struct intel_crtc *pipe_crtc; in intel_ddi_post_disable_hdmi_or_sst() local 3229 for_each_pipe_crtc_modeset_disable(display, pipe_crtc, old_crtc_state, i) { in intel_ddi_post_disable_hdmi_or_sst() 3231 intel_atomic_get_old_crtc_state(state, pipe_crtc); in intel_ddi_post_disable_hdmi_or_sst() 3254 for_each_pipe_crtc_modeset_disable(display, pipe_crtc, old_crtc_state, i) { in intel_ddi_post_disable_hdmi_or_sst() 3256 intel_atomic_get_old_crtc_state(state, pipe_crtc); in intel_ddi_post_disable_hdmi_or_sst() 3507 struct intel_crtc *pipe_crtc; in intel_ddi_enable() local 3545 for_each_pipe_crtc_modeset_enable(display, pipe_crtc, crtc_state, i) { in intel_ddi_enable() 3547 intel_atomic_get_new_crtc_state(state, pipe_crtc); in intel_ddi_enable() 3659 struct intel_crtc *pipe_crtc; in intel_ddi_update_active_dpll() local 3665 for_each_intel_crtc_in_pipe_mask(&i915->drm, pipe_crtc, in intel_ddi_update_active_dpll() [all …]
|