host1x_job_add_gather
host1x_job_add_gather(job, &cmdbuf->bo, size, 0);
host1x_job_add_gather(job, bo, cmdbuf.words, cmdbuf.offset);
host1x_job_add_gather(job, &bo->base, cmd->words, *offset * 4);
EXPORT_SYMBOL(host1x_job_add_gather);
void host1x_job_add_gather(struct host1x_job *job, struct host1x_bo *bo,