Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
Dmsm_atomic.c23 struct msm_commit { struct
62 static struct msm_commit *commit_init(struct drm_atomic_state *state) in commit_init()
64 struct msm_commit *c = kzalloc(sizeof(*c), GFP_KERNEL); in commit_init()
77 static void commit_destroy(struct msm_commit *c) in commit_destroy()
108 static void complete_commit(struct msm_commit *c, bool async) in complete_commit()
151 complete_commit(container_of(work, struct msm_commit, work), true); in commit_worker()
190 struct msm_commit *c; in msm_atomic_commit()