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

/linux-4.4.14/drivers/gpu/drm/msm/
H A Dmsm_atomic.c22 struct msm_commit { struct
62 static struct msm_commit *commit_init(struct drm_atomic_state *state) commit_init()
64 struct msm_commit *c = kzalloc(sizeof(*c), GFP_KERNEL); commit_init()
81 static void commit_destroy(struct msm_commit *c) commit_destroy()
117 static void complete_commit(struct msm_commit *c) complete_commit()
158 struct msm_commit *c = fence_cb()
159 container_of(cb, struct msm_commit, fence_cb); fence_cb()
163 static void add_fb(struct msm_commit *c, struct drm_framebuffer *fb) add_fb()
208 struct msm_commit *c; msm_atomic_commit()

Completed in 173 milliseconds