Home
last modified time | relevance | path

Searched refs:nouveau_exec_job (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_exec.h30 struct nouveau_exec_job { struct
42 container_of((job), struct nouveau_exec_job, base) argument
44 int nouveau_exec_job_init(struct nouveau_exec_job **job,
H A Dnouveau_exec.c90 struct nouveau_exec_job *exec_job = to_nouveau_exec_job(job); in nouveau_exec_job_submit()
129 struct nouveau_exec_job *exec_job = to_nouveau_exec_job(job); in nouveau_exec_job_run()
166 struct nouveau_exec_job *exec_job = to_nouveau_exec_job(job); in nouveau_exec_job_free()
179 struct nouveau_exec_job *exec_job = to_nouveau_exec_job(job); in nouveau_exec_job_timeout()
200 nouveau_exec_job_init(struct nouveau_exec_job **pjob, in nouveau_exec_job_init()
203 struct nouveau_exec_job *job; in nouveau_exec_job_init()
268 struct nouveau_exec_job *job; in nouveau_exec()