Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/
H A Ddrm_atomic_helper.c1764 if (state->fake_commit) in drm_atomic_helper_wait_for_flip_done()
1765 complete_all(&state->fake_commit->flip_done); in drm_atomic_helper_wait_for_flip_done()
2254 if (!state->fake_commit) { in crtc_or_fake_commit()
2255 state->fake_commit = kzalloc(sizeof(*state->fake_commit), GFP_KERNEL); in crtc_or_fake_commit()
2256 if (!state->fake_commit) in crtc_or_fake_commit()
2259 init_commit(state->fake_commit, NULL); in crtc_or_fake_commit()
2262 return state->fake_commit; in crtc_or_fake_commit()
2556 if (state->fake_commit) { in drm_atomic_helper_commit_hw_done()
2557 complete_all(&state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done()
2558 complete_all(&state->fake_commit->flip_done); in drm_atomic_helper_commit_hw_done()
[all …]
H A Ddrm_atomic.c264 if (state->fake_commit) { in drm_atomic_state_default_clear()
265 drm_crtc_commit_put(state->fake_commit); in drm_atomic_state_default_clear()
266 state->fake_commit = NULL; in drm_atomic_state_default_clear()
/linux-6.15/include/drm/
H A Ddrm_atomic.h518 struct drm_crtc_commit *fake_commit; member