Home
last modified time | relevance | path

Searched refs:fake_commit (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/
H A Ddrm_atomic_helper.c1676 if (!state->fake_commit) { in crtc_or_fake_commit()
1677 state->fake_commit = kzalloc(sizeof(*state->fake_commit), GFP_KERNEL); in crtc_or_fake_commit()
1678 if (!state->fake_commit) in crtc_or_fake_commit()
1681 init_commit(state->fake_commit, NULL); in crtc_or_fake_commit()
1684 return state->fake_commit; in crtc_or_fake_commit()
1956 if (old_state->fake_commit) { in drm_atomic_helper_commit_hw_done()
1957 complete_all(&old_state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done()
1958 complete_all(&old_state->fake_commit->flip_done); in drm_atomic_helper_commit_hw_done()
1994 if (old_state->fake_commit) in drm_atomic_helper_commit_cleanup_done()
1995 complete_all(&old_state->fake_commit->cleanup_done); in drm_atomic_helper_commit_cleanup_done()
H A Ddrm_atomic.c192 if (state->fake_commit) { in drm_atomic_state_default_clear()
193 drm_crtc_commit_put(state->fake_commit); in drm_atomic_state_default_clear()
194 state->fake_commit = NULL; in drm_atomic_state_default_clear()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_atomic.h257 struct drm_crtc_commit *fake_commit; member