Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_atomic_helper.c1831 if (!state->fake_commit) { in crtc_or_fake_commit()
1832 state->fake_commit = kzalloc(sizeof(*state->fake_commit), GFP_KERNEL); in crtc_or_fake_commit()
1833 if (!state->fake_commit) in crtc_or_fake_commit()
1836 init_commit(state->fake_commit, NULL); in crtc_or_fake_commit()
1839 return state->fake_commit; in crtc_or_fake_commit()
2147 if (old_state->fake_commit) { in drm_atomic_helper_commit_hw_done()
2148 complete_all(&old_state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done()
2149 complete_all(&old_state->fake_commit->flip_done); in drm_atomic_helper_commit_hw_done()
2185 if (old_state->fake_commit) in drm_atomic_helper_commit_cleanup_done()
2186 complete_all(&old_state->fake_commit->cleanup_done); in drm_atomic_helper_commit_cleanup_done()
Ddrm_atomic.c210 if (state->fake_commit) { in drm_atomic_state_default_clear()
211 drm_crtc_commit_put(state->fake_commit); in drm_atomic_state_default_clear()
212 state->fake_commit = NULL; in drm_atomic_state_default_clear()
/Linux-v4.19/include/drm/
Ddrm_atomic.h308 struct drm_crtc_commit *fake_commit; member