Lines Matching refs:nouveau_job
14 container_of((sched_job), struct nouveau_job, base)
47 struct nouveau_job { struct
79 int (*submit)(struct nouveau_job *); argument
80 void (*armed_submit)(struct nouveau_job *);
81 struct dma_fence *(*run)(struct nouveau_job *);
82 void (*free)(struct nouveau_job *);
83 enum drm_gpu_sched_stat (*timeout)(struct nouveau_job *);
91 int nouveau_job_init(struct nouveau_job *job, argument
93 void nouveau_job_free(struct nouveau_job *job);
95 int nouveau_job_submit(struct nouveau_job *job);
96 void nouveau_job_fini(struct nouveau_job *job);