Searched refs:intel_crtc_needs_modeset (Results 1 – 4 of 4) sorted by relevance
2768 if (intel_crtc_needs_modeset(new_crtc_state)) in hsw_pre_update_disable_ips()2795 if (intel_crtc_needs_modeset(new_crtc_state)) in hsw_post_update_enable_ips()2848 return (!old_crtc_state->active_planes || intel_crtc_needs_modeset(new_crtc_state)) && in planes_enabling()2856 (!new_crtc_state->active_planes || intel_crtc_needs_modeset(new_crtc_state)); in planes_disabling()3010 if (!intel_crtc_needs_modeset(new_crtc_state)) { in intel_pre_plane_update()6995 bool mode_changed = intel_crtc_needs_modeset(crtc_state); in intel_plane_atomic_calc_changes()7358 bool mode_changed = intel_crtc_needs_modeset(crtc_state); in intel_crtc_atomic_check()9268 if (!intel_crtc_needs_modeset(new_crtc_state) && !new_crtc_state->update_pipe) in intel_modeset_verify_crtc()9409 if (!intel_crtc_needs_modeset(new_crtc_state)) in intel_modeset_clear_plls()9434 !intel_crtc_needs_modeset(crtc_state)) in hsw_mode_set_planes_workaround()[all …]
539 if (!intel_crtc_needs_modeset(crtc_state)) in i9xx_update_cursor()639 if (!crtc_state->hw.active || intel_crtc_needs_modeset(crtc_state) || in intel_legacy_cursor_update()
203 if (intel_crtc_needs_modeset(crtc_state)) in intel_any_crtc_needs_modeset()
1995 intel_crtc_needs_modeset(const struct intel_crtc_state *crtc_state) in intel_crtc_needs_modeset() function