Searched defs:nouveau_cli (Results 1 – 1 of 1) sorted by relevance
86 struct nouveau_cli { struct87 struct nvif_client base;88 struct nouveau_drm *drm;89 struct mutex mutex;114 struct nouveau_cli_work { argument116 struct nouveau_cli *cli; argument177 nouveau_cli(struct drm_file *fpriv) in nouveau_cli() function