Home
last modified time | relevance | path

Searched refs:num_gathers (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/host1x/
Djob.c103 struct host1x_job_gather *cur_gather = &job->gathers[job->num_gathers]; in host1x_job_add_gather()
108 job->num_gathers++; in host1x_job_add_gather()
202 for (i = 0; i < job->num_gathers; i++) { in pin_job()
465 for (i = 0; i < job->num_gathers; i++) { in copy_gathers()
480 for (i = 0; i < job->num_gathers; i++) { in copy_gathers()
532 for (i = 0; i < job->num_gathers; i++) { in host1x_job_pin()
541 for (j = i + 1; j < job->num_gathers; j++) in host1x_job_pin()
/linux-4.4.14/drivers/gpu/host1x/hw/
Dchannel_hw.c65 for (i = 0; i < job->num_gathers; i++) { in submit_gathers()
103 job->num_gathers, job->num_relocs, in channel_submit()
Ddebug_hw.c152 for (i = 0; i < job->num_gathers; i++) { in show_channel_gathers()
/linux-4.4.14/include/linux/
Dhost1x.h193 unsigned int num_gathers; member