Searched refs:fake_commit (Results 1 – 3 of 3) sorted by relevance
1558 if (old_state->fake_commit) in drm_atomic_helper_wait_for_flip_done()1559 complete_all(&old_state->fake_commit->flip_done); in drm_atomic_helper_wait_for_flip_done()2026 if (!state->fake_commit) { in crtc_or_fake_commit()2027 state->fake_commit = kzalloc(sizeof(*state->fake_commit), GFP_KERNEL); in crtc_or_fake_commit()2028 if (!state->fake_commit) in crtc_or_fake_commit()2031 init_commit(state->fake_commit, NULL); in crtc_or_fake_commit()2034 return state->fake_commit; in crtc_or_fake_commit()2324 if (old_state->fake_commit) { in drm_atomic_helper_commit_hw_done()2325 complete_all(&old_state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done()2326 complete_all(&old_state->fake_commit->flip_done); in drm_atomic_helper_commit_hw_done()[all …]
257 if (state->fake_commit) { in drm_atomic_state_default_clear()258 drm_crtc_commit_put(state->fake_commit); in drm_atomic_state_default_clear()259 state->fake_commit = NULL; in drm_atomic_state_default_clear()
401 struct drm_crtc_commit *fake_commit; member
Completed in 15 milliseconds