Lines Matching full:modeset
36 * struct drm_crtc_commit - track modeset commits on a CRTC
38 * This structure is used to track pending modeset changes and atomic commit on
66 * and modeset state change.
349 * @lock: Modeset lock to protect the state object.
479 * Allow full modeset. This is used by the ATOMIC IOCTL handler to
497 * which requires a modeset, and a less optimal configuration which
498 * can be committed without a modeset. An example would be suboptimal
609 * @acquire_ctx: acquire context for this atomic modeset state update
1269 * drm_atomic_crtc_needs_modeset - compute combined modeset need
1273 * whether the state CRTC changed enough to need a full modeset cycle:
1275 * combines these three to compute the overall need for a modeset for @state.
1278 * change them appropriately to accurately represent whether a modeset is
1283 * the requested mode change without going through a full modeset, the driver