Searched refs:intel_crtc_needs_modeset (Results 1 – 10 of 10) sorted by relevance
97 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()
1211 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 …]
230 if (!intel_crtc_needs_modeset(new_crtc_state) && !new_crtc_state->update_pipe) in intel_modeset_verify_crtc()
205 if (intel_crtc_needs_modeset(crtc_state)) in intel_any_crtc_needs_modeset()
436 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()
388 !intel_crtc_needs_modeset(crtc_state) && in intel_crtc_needs_vblank_work()
634 if (!crtc_state->hw.active || intel_crtc_needs_modeset(crtc_state) || in intel_legacy_cursor_update()
1470 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()
2055 intel_crtc_needs_modeset(const struct intel_crtc_state *crtc_state) in intel_crtc_needs_modeset() function
1900 needs_to_disable |= intel_crtc_needs_modeset(new_crtc_state); in intel_psr_pre_plane_update()