Searched refs:fake_commit (Results 1 – 2 of 2) sorted by relevance
1965 if (state->fake_commit) in drm_atomic_helper_wait_for_flip_done()1966 complete_all(&state->fake_commit->flip_done); in drm_atomic_helper_wait_for_flip_done()2455 if (!state->fake_commit) { in crtc_or_fake_commit()2456 state->fake_commit = kzalloc_obj(*state->fake_commit); in crtc_or_fake_commit()2457 if (!state->fake_commit) in crtc_or_fake_commit()2460 init_commit(state->fake_commit, NULL); in crtc_or_fake_commit()2463 return state->fake_commit; in crtc_or_fake_commit()2756 if (state->fake_commit) { in drm_atomic_helper_commit_hw_done()2757 complete_all(&state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done()2758 complete_all(&state->fake_commit->flip_done); in drm_atomic_helper_commit_hw_done()[all …]
640 struct drm_crtc_commit *fake_commit; member