Searched refs:drm_atomic_crtc_needs_modeset (Results 1 – 25 of 31) sorted by relevance
12
174 drm_atomic_crtc_needs_modeset(crtc->state) ? "needs" : "doesn't need", in tidss_crtc_atomic_flush()181 if (drm_atomic_crtc_needs_modeset(crtc->state)) in tidss_crtc_atomic_flush()
732 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in drm_atomic_helper_check_modeset()1155 !drm_atomic_crtc_needs_modeset(old_conn_state->crtc->state)) in disable_outputs()1198 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in disable_outputs()1277 (crtc && drm_atomic_crtc_needs_modeset(crtc->state))) { in drm_atomic_helper_update_legacy_modeset_state()1476 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in drm_atomic_helper_commit_modeset_enables()1503 !drm_atomic_crtc_needs_modeset(new_conn_state->crtc->state)) in drm_atomic_helper_commit_modeset_enables()1552 if (drm_atomic_crtc_needs_modeset(new_crtc_state)) in set_fence_deadline()1881 if (drm_atomic_crtc_needs_modeset(crtc_state)) in drm_atomic_helper_async_check()2794 if (drm_atomic_crtc_needs_modeset(crtc_state) && in drm_atomic_helper_commit_planes()
79 if (drm_atomic_crtc_needs_modeset(crtc_state)) { in drm_atomic_helper_check_plane_damage()
1452 if (drm_atomic_crtc_needs_modeset(new_crtc_state)) { in drm_atomic_check_only()
86 if (drm_atomic_crtc_needs_modeset(crtc_state)) in komeda_crtc_atomic_check()394 if (drm_atomic_crtc_needs_modeset(crtc_state)) in komeda_crtc_atomic_flush()
777 if (drm_atomic_crtc_needs_modeset(crtc_st)) { in komeda_improc_validate()
156 if (drm_atomic_crtc_needs_modeset(crtc_state)) in can_do_async()
190 drm_atomic_crtc_needs_modeset(drm_atomic_get_new_crtc_state(&state->base, in intel_connector_needs_modeset()
2177 return drm_atomic_crtc_needs_modeset(&crtc_state->uapi); in intel_crtc_needs_modeset()
349 if (drm_atomic_crtc_needs_modeset(crtc_state) && priv->soc_info->has_osd) { in ingenic_drm_crtc_atomic_check()408 drm_atomic_crtc_needs_modeset(crtc_state)) { in ingenic_drm_crtc_atomic_begin()429 if (drm_atomic_crtc_needs_modeset(crtc_state)) { in ingenic_drm_crtc_atomic_flush()716 if (drm_atomic_crtc_needs_modeset(crtc_state)) { in ingenic_drm_plane_atomic_update()
355 needs_modeset = drm_atomic_crtc_needs_modeset(newstate->crtc->state); in ingenic_ipu_plane_atomic_update()
133 if (drm_atomic_crtc_needs_modeset(crtc_state)) { in virtio_gpu_crtc_atomic_flush()
236 if (drm_atomic_crtc_needs_modeset(crtc_state)) in mdp5_encoder_atomic_check()
291 if (old_state->fb && !drm_atomic_crtc_needs_modeset(crtc_state) && in dcss_plane_atomic_update()
1104 drm_atomic_crtc_needs_modeset(const struct drm_crtc_state *state) in drm_atomic_crtc_needs_modeset() function
9348 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in amdgpu_dm_commit_audio()9376 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in amdgpu_dm_commit_audio()9472 drm_atomic_crtc_needs_modeset(new_crtc_state))) { in amdgpu_dm_commit_streams()10416 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in dm_update_crtc_state()10476 if (!drm_atomic_crtc_needs_modeset(new_crtc_state)) in dm_update_crtc_state()10611 drm_atomic_crtc_needs_modeset(new_crtc_state)) in dm_update_crtc_state()10624 drm_atomic_crtc_needs_modeset(new_crtc_state)) { in dm_update_crtc_state()10704 if (drm_atomic_crtc_needs_modeset(new_crtc_state)) in should_reset_plane()11444 if (drm_atomic_crtc_needs_modeset(new_crtc_state)) { in amdgpu_dm_atomic_check()11456 if (!drm_atomic_crtc_needs_modeset(new_crtc_state) && in amdgpu_dm_atomic_check()[all …]
65 return crtc_state->active && drm_atomic_crtc_needs_modeset(crtc_state); in amdgpu_dm_crtc_modeset_required()
364 if (drm_atomic_crtc_needs_modeset(&asyh->state) || changed) { in nv50_crc_atomic_check_head()
406 if (!drm_atomic_crtc_needs_modeset(&asyh->state)) { in nv50_head_atomic_check()
459 modeset = drm_atomic_crtc_needs_modeset(&asyh->state); in nv50_wndw_atomic_check()
973 if (!drm_atomic_crtc_needs_modeset(crtc_state)) in nv50_msto_atomic_check()2515 if (old_crtc_state->active && drm_atomic_crtc_needs_modeset(new_crtc_state)) { in nv50_disp_outp_atomic_check_clr()2543 if (new_crtc_state->active && drm_atomic_crtc_needs_modeset(new_crtc_state)) { in nv50_disp_outp_atomic_check_set()
671 if (!drm_atomic_crtc_needs_modeset(crtc_state)) in dpu_rm_reserve()
184 bool needs_modeset = drm_atomic_crtc_needs_modeset(crtc->state); in vbox_crtc_set_base_and_mode()
656 if (old_state->fb && !drm_atomic_crtc_needs_modeset(crtc_state)) { in ipu_plane_atomic_update()
462 if (!drm_atomic_crtc_needs_modeset(crtc_state)) { in armada_drm_crtc_atomic_flush()
Completed in 115 milliseconds