Home
last modified time | relevance | path

Searched refs:intel_crtc_needs_modeset (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dhsw_ips.c97 if (intel_crtc_needs_modeset(new_crtc_state)) in hsw_ips_need_disable()
139 if (intel_crtc_needs_modeset(new_crtc_state)) in hsw_ips_need_enable()
Dintel_display.c1211 return (!old_crtc_state->active_planes || intel_crtc_needs_modeset(new_crtc_state)) && in planes_enabling()
1219 (!new_crtc_state->active_planes || intel_crtc_needs_modeset(new_crtc_state)); in planes_disabling()
1391 if (!intel_crtc_needs_modeset(new_crtc_state)) { in intel_pre_plane_update()
1496 if (intel_crtc_needs_modeset(new_crtc_state)) in intel_encoders_update_prepare()
3032 if (IS_I830(dev_priv) || !intel_crtc_needs_modeset(crtc_state)) in i9xx_set_pipeconf()
3356 if (!intel_crtc_needs_modeset(crtc_state)) in ilk_set_pipeconf()
3420 if (!intel_crtc_needs_modeset(crtc_state)) in hsw_set_transconf()
4831 bool mode_changed = intel_crtc_needs_modeset(crtc_state); in intel_crtc_atomic_check()
6062 !intel_crtc_needs_modeset(crtc_state)) in hsw_mode_set_planes_workaround()
6087 intel_crtc_needs_modeset(crtc_state)) in hsw_mode_set_planes_workaround()
[all …]
Dintel_modeset_verify.c230 if (!intel_crtc_needs_modeset(new_crtc_state) && !new_crtc_state->update_pipe) in intel_modeset_verify_crtc()
Dintel_atomic.c205 if (intel_crtc_needs_modeset(crtc_state)) in intel_any_crtc_needs_modeset()
Dintel_atomic_plane.c436 bool mode_changed = intel_crtc_needs_modeset(new_crtc_state); in intel_plane_atomic_calc_changes()
1006 if (intel_crtc_needs_modeset(crtc_state)) { in intel_prepare_plane_fb()
Dintel_crtc.c388 !intel_crtc_needs_modeset(crtc_state) && in intel_crtc_needs_vblank_work()
Dintel_cursor.c634 if (!crtc_state->hw.active || intel_crtc_needs_modeset(crtc_state) || in intel_legacy_cursor_update()
Dintel_dpll.c1470 drm_WARN_ON(&i915->drm, !intel_crtc_needs_modeset(crtc_state)); in intel_dpll_crtc_compute_clock()
1496 drm_WARN_ON(&i915->drm, !intel_crtc_needs_modeset(crtc_state)); in intel_dpll_crtc_get_shared_dpll()
Dintel_display_types.h2055 intel_crtc_needs_modeset(const struct intel_crtc_state *crtc_state) in intel_crtc_needs_modeset() function
Dintel_psr.c1900 needs_to_disable |= intel_crtc_needs_modeset(new_crtc_state); in intel_psr_pre_plane_update()