|
@@ -1329,6 +1329,9 @@ extern int nouveau_gem_new(struct drm_device *, int size, int align,
|
|
uint32_t tile_flags, struct nouveau_bo **);
|
|
uint32_t tile_flags, struct nouveau_bo **);
|
|
extern int nouveau_gem_object_new(struct drm_gem_object *);
|
|
extern int nouveau_gem_object_new(struct drm_gem_object *);
|
|
extern void nouveau_gem_object_del(struct drm_gem_object *);
|
|
extern void nouveau_gem_object_del(struct drm_gem_object *);
|
|
|
|
+extern int nouveau_gem_object_open(struct drm_gem_object *, struct drm_file *);
|
|
|
|
+extern void nouveau_gem_object_close(struct drm_gem_object *,
|
|
|
|
+ struct drm_file *);
|
|
extern int nouveau_gem_ioctl_new(struct drm_device *, void *,
|
|
extern int nouveau_gem_ioctl_new(struct drm_device *, void *,
|
|
struct drm_file *);
|
|
struct drm_file *);
|
|
extern int nouveau_gem_ioctl_pushbuf(struct drm_device *, void *,
|
|
extern int nouveau_gem_ioctl_pushbuf(struct drm_device *, void *,
|