Searched defs:nouveau_job_args (Results 1 – 1 of 1) sorted by relevance
27 struct nouveau_job_args { struct28 struct drm_file *file_priv;29 struct nouveau_sched *sched;30 u32 credits;32 enum dma_resv_usage resv_usage;33 bool sync;35 struct {38 } in_sync;40 struct {43 } out_sync;[all …]