host1x_job_cmd
static void submit_gathers(struct host1x_job *job, struct host1x_job_cmd *cmds, u32 num_cmds,
struct host1x_job_cmd *cmd = &cmds[i];
struct host1x_job_cmd *cmd = &job->cmds[i];
struct host1x_job_cmd *cmd = &job->cmds[job->num_cmds];
(u64)num_cmdbufs * sizeof(struct host1x_job_cmd) +
mem += num_cmdbufs * sizeof(struct host1x_job_cmd);
struct host1x_job_cmd *cmds;