Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/
Ddrm_atomic_helper.c1686 if (old_state->fake_commit) in drm_atomic_helper_wait_for_flip_done()
1687 complete_all(&old_state->fake_commit->flip_done); in drm_atomic_helper_wait_for_flip_done()
2176 if (!state->fake_commit) { in crtc_or_fake_commit()
2177 state->fake_commit = kzalloc(sizeof(*state->fake_commit), GFP_KERNEL); in crtc_or_fake_commit()
2178 if (!state->fake_commit) in crtc_or_fake_commit()
2181 init_commit(state->fake_commit, NULL); in crtc_or_fake_commit()
2184 return state->fake_commit; in crtc_or_fake_commit()
2479 if (old_state->fake_commit) { in drm_atomic_helper_commit_hw_done()
2480 complete_all(&old_state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done()
2481 complete_all(&old_state->fake_commit->flip_done); in drm_atomic_helper_commit_hw_done()
[all …]
Ddrm_atomic.c259 if (state->fake_commit) { in drm_atomic_state_default_clear()
260 drm_crtc_commit_put(state->fake_commit); in drm_atomic_state_default_clear()
261 state->fake_commit = NULL; in drm_atomic_state_default_clear()
/Linux-v6.1/include/drm/
Ddrm_atomic.h420 struct drm_crtc_commit *fake_commit; member