Displaying 1 result from an estimated 1 matches for "nouveau_gem_ioctl_pin".
Did you mean:
nouveau_gem_ioctl_unpin
2010 Jan 18
1
[PATCH] drm: remove UMS leftover
...veau/nouveau_drv.h 2010-01-18 13:27:46.135878011 +0100
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h 2010-01-18 13:29:54.262883109 +0100
@@ -1151,10 +1151,6 @@
struct drm_file *);
extern int nouveau_gem_ioctl_pushbuf_call2(struct drm_device *, void *,
struct drm_file *);
-extern int nouveau_gem_ioctl_pin(struct drm_device *, void *,
- struct drm_file *);
-extern int nouveau_gem_ioctl_unpin(struct drm_device *, void *,
- struct drm_file *);
extern int nouveau_gem_ioctl_tile(struct drm_device *, void *,
struct drm_file *);
extern int nouveau_gem_ioctl_cpu_prep(struct drm_device *,...