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 *);
67 int nv04_fence_create(struct nouveau_drm *);
75 void nv10_fence_destroy(struct nouveau_drm *);
76 int nv10_fence_create(struct nouveau_drm *);
78 int nv17_fence_create(struct nouveau_drm *);
79 void nv17_fence_resume(struct nouveau_drm *drm);
81 int nv50_fence_create(struct nouveau_drm *);
82 int nv84_fence_create(struct nouveau_drm *);
83 int nvc0_fence_create(struct nouveau_drm *);