Searched defs:nouveau_cli (Results 1 – 1 of 1) sorted by relevance
87 struct nouveau_cli { struct88 struct nvif_client base;89 struct nouveau_drm *drm;90 struct mutex mutex;115 struct nouveau_cli_work { argument117 struct nouveau_cli *cli; argument178 nouveau_cli(struct drm_file *fpriv) in nouveau_cli() function