Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_exec.h34 struct nouveau_exec_job { struct
46 container_of((job), struct nouveau_exec_job, base) argument
48 int nouveau_exec_job_init(struct nouveau_exec_job **job,
Dnouveau_exec.c91 struct nouveau_exec_job *exec_job = to_nouveau_exec_job(job); in nouveau_exec_job_submit()
156 struct nouveau_exec_job *exec_job = to_nouveau_exec_job(job); in nouveau_exec_job_run()
193 struct nouveau_exec_job *exec_job = to_nouveau_exec_job(job); in nouveau_exec_job_free()
205 struct nouveau_exec_job *exec_job = to_nouveau_exec_job(job); in nouveau_exec_job_timeout()
228 nouveau_exec_job_init(struct nouveau_exec_job **pjob, in nouveau_exec_job_init()
231 struct nouveau_exec_job *job; in nouveau_exec_job_init()
294 struct nouveau_exec_job *job; in nouveau_exec()