Home
last modified time | relevance | path

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

/third_party/libdrm/freedreno/msm/
H A Dmsm_ringbuffer.c39 struct msm_cmd { struct
75 DECLARE_ARRAY(struct msm_cmd *, cmds);
77 /* List of physical cmdstream buffers (msm_cmd) associated with this
98 /* maps msm_cmd to drm_msm_gem_submit_cmd in parent rb. Each rb has a
99 * list of msm_cmd's which correspond to each chunk of cmdstream in
120 static struct msm_cmd *current_cmd(struct fd_ringbuffer *ring) in current_cmd()
124 return LIST_LAST_ENTRY(&msm_ring->cmd_list, struct msm_cmd, list); in current_cmd()
127 static void ring_cmd_del(struct msm_cmd *cmd) in ring_cmd_del()
136 static struct msm_cmd * ring_cmd_new(struct fd_ringbuffer *ring, uint32_t size, in ring_cmd_new()
140 struct msm_cmd *cm in ring_cmd_new()
344 struct msm_cmd *msm_cmd = msm_ring->cmds[i]; flush_reset() local
444 struct msm_cmd *msm_cmd = msm_ring->cmds[i]; handle_stateobj_relocs() local
487 struct msm_cmd *msm_cmd = msm_ring->cmds[i]; msm_ringbuffer_flush() local
524 struct msm_cmd *msm_cmd = msm_ring->cmds[i]; msm_ringbuffer_flush() local
536 struct msm_cmd *msm_cmd = msm_ring->cmds[i]; msm_ringbuffer_flush() local
[all...]
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c71 struct msm_cmd { struct
77 static struct msm_cmd *
80 struct msm_cmd *cmd = malloc(sizeof(*cmd)); in cmd_new()
89 cmd_free(struct msm_cmd *cmd) in cmd_free()
112 DECLARE_ARRAY(struct msm_cmd *, cmds);
116 struct msm_cmd *cmd; /* current cmd */
252 struct msm_cmd *cmd = ring->cmd; in handle_stateobj_relocs()

Completed in 2 milliseconds