Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/include/linux/
Dhost1x.h340 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch,
/linux-6.1.9/drivers/gpu/drm/tegra/
Dsubmit.c417 job = host1x_job_alloc(context->channel, args->num_cmds, 0, true); in submit_create_job()
Ddrm.c200 job = host1x_job_alloc(context->channel, args->num_cmdbufs, in tegra_drm_submit()