Home
last modified time | relevance | path

Searched refs:host1x_job_alloc (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/host1x/
Djob.c26 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch, in host1x_job_alloc() function
75 EXPORT_SYMBOL(host1x_job_alloc);
/linux-6.12.1/include/linux/
Dhost1x.h344 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch,
/linux-6.12.1/drivers/crypto/tegra/
Dtegra-se-main.c149 job = host1x_job_alloc(se->channel, 1, 0, true); in tegra_se_host1x_submit()
/linux-6.12.1/drivers/gpu/drm/tegra/
Dsubmit.c412 job = host1x_job_alloc(context->channel, args->num_cmds, 0, true); in submit_create_job()
Ddrm.c197 job = host1x_job_alloc(context->channel, args->num_cmdbufs, in tegra_drm_submit()