Lines Matching refs:nouveau_drm
8 struct nouveau_drm;
52 void (*dtor)(struct nouveau_drm *);
53 bool (*suspend)(struct nouveau_drm *);
54 void (*resume)(struct nouveau_drm *);
68 int nv04_fence_create(struct nouveau_drm *);
76 void nv10_fence_destroy(struct nouveau_drm *);
77 int nv10_fence_create(struct nouveau_drm *);
79 int nv17_fence_create(struct nouveau_drm *);
80 void nv17_fence_resume(struct nouveau_drm *drm);
82 int nv50_fence_create(struct nouveau_drm *);
83 int nv84_fence_create(struct nouveau_drm *);
84 int nvc0_fence_create(struct nouveau_drm *);