summaryrefslogtreecommitdiff
path: root/bsd
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-08-17 12:20:40 +0000
committerDave Airlie <airlied@linux.ie>2004-08-17 12:20:40 +0000
commit57946a9541217d54dbbadd75d981c33d0e85c201 (patch)
tree1dd8124bfd878bca7442c75f55b8a7eb83f88dc4 /bsd
parent63e20eb79318a896691e9ef5f2268c9a8f33cb99 (diff)
bsd has no gamma so no wait/free list at the moment
Diffstat (limited to 'bsd')
-rw-r--r--bsd/drmP.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bsd/drmP.h b/bsd/drmP.h
index c371ff0e..4618cc7b 100644
--- a/bsd/drmP.h
+++ b/bsd/drmP.h
@@ -313,10 +313,6 @@ struct drm_driver_fn {
int (*kernel_context_switch)(struct drm_device *dev, int old, int new);
int (*kernel_context_switch_unlock)(struct drm_device *dev);
int (*dma_schedule)(struct drm_device *dev, int locked);
- int (*waitlist_destroy)(drm_waitlist_t *bl);
- int (*freelist_create)(drm_freelist_t *bl, int count);
- int (*freelist_put)(struct drm_device *dev, drm_freelist_t *bl, drm_buf_t *buf);
- int (*freelist_destroy)(drm_freelist_t *bl);
};
struct drm_device {