Home | History | Annotate | Download | only in drm

Lines Matching defs:commit

52 	struct drm_crtc_commit *commit =
56 destroy_completion(&commit->flip_done);
57 destroy_completion(&commit->hw_done);
58 destroy_completion(&commit->cleanup_done);
60 kfree(commit);
194 if (state->crtcs[i].commit) {
195 drm_crtc_commit_put(state->crtcs[i].commit);
196 state->crtcs[i].commit = NULL;
693 * objects. Drivers then need to do similar state tracking and commit ordering for
704 * directly. Sequence of the actual hardware state commit is not handled,
707 * &drm_plane_state.commit. See also &drm_atomic_state.fake_commit.
718 * the check/commit split atomic requires (by using e.g. "check and rollback or
719 * commit instead" of "duplicate state, check, then either commit or release
1098 * when an atomic commit also needs to check all currently enabled plane on
1214 * drm_atomic_commit - commit configuration atomically
1243 * drm_atomic_nonblocking_commit - atomic nonblocking commit
1397 goto commit;
1430 commit: