Lines Matching full:modeset
54 * top of the CRTC modeset helper callbacks and the plane helper callbacks. It
63 * together with a driver private modeset implementation.
578 * drm_atomic_helper_check_modeset - validate state object for modeset changes
589 * 3. If it's determined a modeset is needed then all connectors on the affected
612 * without a full modeset) _must_ call this function after that change. It is
752 * has been called on them when a modeset is forced. in drm_atomic_helper_check_modeset()
1050 * This just wraps the two parts of the state checking for planes and modeset
1197 /* Shut down everything that needs a full modeset. */ in disable_outputs()
1240 * drm_atomic_helper_update_legacy_modeset_state - update legacy modeset state
1244 * This function updates all the various legacy modeset state pointers in
1248 * a pure helper-based modeset implementation.
1357 drm_dbg_atomic(dev, "modeset on [CRTC:%d:%s]\n", in crtc_set_mode()
1382 drm_dbg_atomic(dev, "modeset on [ENCODER:%d:%s]\n", in crtc_set_mode()
1402 * drm_atomic_helper_commit_modeset_disables - modeset commit to disable outputs
1411 * does. But drivers with different needs can group the modeset commits together
1449 * drm_atomic_helper_commit_modeset_enables - modeset commit to enable outputs
1458 * does. But drivers with different needs can group the modeset commits together
1742 * match the legacy modeset helper library closest.
1766 * @old_state: new modeset state to be committed
2051 * any modeset locks at all under one condition: It must be guaranteed in drm_atomic_helper_commit()
2121 * drm_atomic_helper_swap_state(). Doing this under the protection of all modeset
2229 * @state: new modeset state to be committed
2249 * to read or change any permanent software or hardware modeset state. The only
2482 * or hardware modeset state. The only exception is state protected by other
3247 * need a full modeset or just a plane update, hence we're allowed to do
3294 * Note that if callers haven't already acquired all modeset locks this might
3371 * that also takes a snapshot of the modeset state to be restored on resume.
3410 * Note that if callers haven't already acquired all modeset locks this might
3591 * grabs all modeset locks and commits the atomic state object. This can be
3647 /* Make sure we don't accidentally do a full modeset. */ in page_flip_common()