Lines Matching refs:nouveau_drm
8 struct nouveau_drm;
60 void (*dtor)(struct nouveau_drm *);
61 bool (*suspend)(struct nouveau_drm *);
62 void (*resume)(struct nouveau_drm *);
76 int nv04_fence_create(struct nouveau_drm *);
84 void nv10_fence_destroy(struct nouveau_drm *);
85 int nv10_fence_create(struct nouveau_drm *);
87 int nv17_fence_create(struct nouveau_drm *);
88 void nv17_fence_resume(struct nouveau_drm *drm);
90 int nv50_fence_create(struct nouveau_drm *);
91 int nv84_fence_create(struct nouveau_drm *);
92 int nvc0_fence_create(struct nouveau_drm *);
93 int gv100_fence_create(struct nouveau_drm *);