Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Djob.c94 struct host1x_job_gather *gather = &job->gathers[job->num_gathers]; in host1x_job_add_gather()
100 job->num_gathers++; in host1x_job_add_gather()
195 for (i = 0; i < job->num_gathers; i++) { in pin_job()
538 for (i = 0; i < job->num_gathers; i++) { in copy_gathers()
561 for (i = 0; i < job->num_gathers; i++) { in copy_gathers()
607 for (i = 0; i < job->num_gathers; i++) { in host1x_job_pin()
618 for (j = i + 1; j < job->num_gathers; j++) { in host1x_job_pin()
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
H A Dchannel_hw.c58 for (i = 0; i < job->num_gathers; i++) { in submit_gathers()
131 job->num_gathers, job->num_relocs, in channel_submit()
H A Ddebug_hw.c211 for (i = 0; i < job->num_gathers; i++) { in show_channel_gathers()
/kernel/linux/linux-5.10/include/linux/
H A Dhost1x.h208 unsigned int num_gathers; member

Completed in 3 milliseconds