OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fake_commit
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c
1541
if (old_state->
fake_commit
)
1542
complete_all(&old_state->
fake_commit
->flip_done);
2001
if (!state->
fake_commit
) {
2002
state->
fake_commit
= kzalloc(sizeof(*state->
fake_commit
), GFP_KERNEL);
2003
if (!state->
fake_commit
)
2006
init_commit(state->
fake_commit
, NULL);
2009
return state->
fake_commit
;
2317
if (old_state->
fake_commit
) {
2318
complete_all(&old_state->
fake_commit
->hw_done)
[
all
...]
drm_atomic.c
226
if (state->
fake_commit
) {
227
drm_crtc_commit_put(state->
fake_commit
);
228
state->
fake_commit
= NULL;
707
* &drm_plane_state.commit. See also &drm_atomic_state.
fake_commit
.
/src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h
363
* @
fake_commit
:
372
struct drm_crtc_commit *
fake_commit
;
member in struct:drm_atomic_state
Completed in 15 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025