Lines Matching refs:cmds
59 /* Determine the number of extra cmds's from deferred submits that
72 struct drm_msm_gem_submit_cmd cmds[nr_cmds];
76 /* Build up the table of cmds, and for all but the last submit in the
84 cmds[cmd_idx].type = MSM_SUBMIT_CMD_BUF;
85 cmds[cmd_idx].submit_idx =
86 fd_submit_append_bo(fd_submit, deferred_primary->u.cmds[i].ring_bo);
87 cmds[cmd_idx].submit_offset = deferred_primary->offset;
88 cmds[cmd_idx].size = deferred_primary->u.cmds[i].size;
89 cmds[cmd_idx].pad = 0;
90 cmds[cmd_idx].nr_relocs = 0;
112 /* Now that the cmds/bos have been transfered over to the current submit,
119 /* Needs to be after get_cmd() as that could create bos/cmds table:
154 /* TODO avoid extra memcpy, and populate bo's and cmds directly
170 memcpy(req->payload + bos_len, cmds, cmd_len);