Lines Matching refs:nouveau_drm
7 struct nouveau_drm;
54 void (*dtor)(struct nouveau_drm *);
55 bool (*suspend)(struct nouveau_drm *);
56 void (*resume)(struct nouveau_drm *);
70 int nv04_fence_create(struct nouveau_drm *);
78 void nv10_fence_destroy(struct nouveau_drm *);
79 int nv10_fence_create(struct nouveau_drm *);
81 int nv17_fence_create(struct nouveau_drm *);
82 void nv17_fence_resume(struct nouveau_drm *drm);
84 int nv50_fence_create(struct nouveau_drm *);
85 int nv84_fence_create(struct nouveau_drm *);
86 int nvc0_fence_create(struct nouveau_drm *);