Home
last modified time | relevance | path

Searched refs:drm_atomic_crtc_needs_modeset (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/
H A Ddrm_atomic_helper.c657 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in drm_atomic_helper_check_modeset()
826 !drm_atomic_crtc_needs_modeset(old_conn_state->crtc->state)) in disable_outputs()
866 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in disable_outputs()
932 (crtc && drm_atomic_crtc_needs_modeset(crtc->state))) { in drm_atomic_helper_update_legacy_modeset_state()
1090 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in drm_atomic_helper_commit_modeset_enables()
1117 !drm_atomic_crtc_needs_modeset(new_conn_state->crtc->state)) in drm_atomic_helper_commit_modeset_enables()
1406 if (drm_atomic_crtc_needs_modeset(crtc_state)) in drm_atomic_helper_async_check()
2156 if (drm_atomic_crtc_needs_modeset(crtc_state) && in drm_atomic_helper_commit_planes()
H A Ddrm_atomic.c1635 if (drm_atomic_crtc_needs_modeset(crtc_state)) { in drm_atomic_check_only()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1902 if (!drm_atomic_crtc_needs_modeset(crtc_state)) in modeset_required()
1913 if (!drm_atomic_crtc_needs_modeset(crtc_state)) in modereset_required()
4388 stream_state->mode_changed = drm_atomic_crtc_needs_modeset(crtc_state); in amdgpu_dm_crtc_copy_transient_flags()
4412 if (drm_atomic_crtc_needs_modeset(new_crtc_state) in amdgpu_dm_atomic_commit()
4616 if (!acrtc || drm_atomic_crtc_needs_modeset(new_crtc_state)) in amdgpu_dm_atomic_commit_tail()
4936 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in dm_update_crtcs_state()
5042 drm_atomic_crtc_needs_modeset(new_crtc_state)) { in dm_update_crtcs_state()
5215 if (!drm_atomic_crtc_needs_modeset(new_crtc_state) && in amdgpu_dm_atomic_check()
5275 if (!acrtc || drm_atomic_crtc_needs_modeset( in amdgpu_dm_atomic_check()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_atomic.h859 drm_atomic_crtc_needs_modeset(const struct drm_crtc_state *state) in drm_atomic_crtc_needs_modeset() function
/dragonfly/sys/dev/drm/i915/
H A Dintel_dp_mst.c109 if (drm_atomic_crtc_needs_modeset(crtc_state) && slots > 0) { in intel_dp_mst_atomic_check()
H A Dintel_pm.c1831 bool needs_modeset = drm_atomic_crtc_needs_modeset(&crtc_state->base); in vlv_compute_pipe_wm()
3133 if (!newstate->base.active || drm_atomic_crtc_needs_modeset(&newstate->base)) in ilk_compute_intermediate_wm()
H A Dintel_display.c496 return drm_atomic_crtc_needs_modeset(state); in needs_modeset()