Searched defs:nouveau_exec_job_args (Results 1 – 1 of 1) sorted by relevance
11 struct nouveau_exec_job_args { struct12 struct drm_file *file_priv;13 struct nouveau_sched_entity *sched_entity;15 struct drm_exec exec;16 struct nouveau_channel *chan;18 struct {21 } in_sync;23 struct {49 struct nouveau_exec_job_args *args); argument