Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_atomic_helper.c658 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in drm_atomic_helper_check_modeset()
934 !drm_atomic_crtc_needs_modeset(old_conn_state->crtc->state)) in disable_outputs()
974 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in disable_outputs()
1046 (crtc && drm_atomic_crtc_needs_modeset(crtc->state))) { in drm_atomic_helper_update_legacy_modeset_state()
1225 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in drm_atomic_helper_commit_modeset_enables()
1252 !drm_atomic_crtc_needs_modeset(new_conn_state->crtc->state)) in drm_atomic_helper_commit_modeset_enables()
1549 if (drm_atomic_crtc_needs_modeset(crtc_state)) in drm_atomic_helper_async_check()
2347 if (drm_atomic_crtc_needs_modeset(crtc_state) && in drm_atomic_helper_commit_planes()
Ddrm_atomic.c1973 if (drm_atomic_crtc_needs_modeset(crtc_state)) { in drm_atomic_check_only()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_encoder.c331 if (drm_atomic_crtc_needs_modeset(crtc_state)) in mdp5_encoder_atomic_check()
/Linux-v4.19/include/drm/
Ddrm_atomic.h910 drm_atomic_crtc_needs_modeset(const struct drm_crtc_state *state) in drm_atomic_crtc_needs_modeset() function
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1880 if (!drm_atomic_crtc_needs_modeset(crtc_state)) in modeset_required()
1891 if (!drm_atomic_crtc_needs_modeset(crtc_state)) in modereset_required()
4362 if (drm_atomic_crtc_needs_modeset(new_crtc_state) && dm_old_crtc_state->stream) in amdgpu_dm_atomic_commit()
4554 if (!acrtc || drm_atomic_crtc_needs_modeset(new_crtc_state)) in amdgpu_dm_atomic_commit_tail()
4876 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in dm_update_crtcs_state()
4982 drm_atomic_crtc_needs_modeset(new_crtc_state)) { in dm_update_crtcs_state()
5155 if (!drm_atomic_crtc_needs_modeset(new_crtc_state) && in amdgpu_dm_atomic_check()
5215 if (!acrtc || drm_atomic_crtc_needs_modeset( in amdgpu_dm_atomic_check()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp_mst.c119 if (drm_atomic_crtc_needs_modeset(crtc_state) && slots > 0) { in intel_dp_mst_atomic_check()
Dintel_pm.c1414 if (!new_crtc_state->base.active || drm_atomic_crtc_needs_modeset(&new_crtc_state->base)) { in g4x_compute_intermediate_wm()
1842 bool needs_modeset = drm_atomic_crtc_needs_modeset(&crtc_state->base); in vlv_compute_pipe_wm()
2047 if (!new_crtc_state->base.active || drm_atomic_crtc_needs_modeset(&new_crtc_state->base)) { in vlv_compute_intermediate_wm()
3152 if (!newstate->base.active || drm_atomic_crtc_needs_modeset(&newstate->base)) in ilk_compute_intermediate_wm()
Dintel_display.c537 return drm_atomic_crtc_needs_modeset(state); in needs_modeset()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c346 if (!drm_atomic_crtc_needs_modeset(&asyh->state)) { in nv50_head_atomic_check()
Dwndw.c363 modeset = drm_atomic_crtc_needs_modeset(&asyh->state); in nv50_wndw_atomic_check()
Ddisp.c2006 if (old_crtc_state->active && drm_atomic_crtc_needs_modeset(new_crtc_state)) { in nv50_disp_outp_atomic_check_clr()
2035 if (new_crtc_state->active && drm_atomic_crtc_needs_modeset(new_crtc_state)) { in nv50_disp_outp_atomic_check_set()
/Linux-v4.19/drivers/gpu/drm/imx/
Dipuv3-plane.c583 if (old_state->fb && !drm_atomic_crtc_needs_modeset(crtc_state)) { in ipu_plane_atomic_update()
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_rm.c996 if (!drm_atomic_crtc_needs_modeset(crtc_state)) in dpu_rm_reserve()
Ddpu_kms.c367 if (drm_atomic_crtc_needs_modeset(crtc_state)) in dpu_kms_commit()
Ddpu_encoder.c660 if (drm_atomic_crtc_needs_modeset(crtc_state) in dpu_encoder_virt_atomic_check()
/Linux-v4.19/drivers/gpu/drm/armada/
Darmada_crtc.c378 if (!drm_atomic_crtc_needs_modeset(crtc->state)) { in armada_drm_crtc_atomic_flush()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c1695 if (drm_atomic_crtc_needs_modeset(crtc_state)) in vmw_kms_atomic_check_modeset()