diff options
author | Dave Airlie <airlied@linux.ie> | 2004-08-17 12:20:40 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-08-17 12:20:40 +0000 |
commit | 57946a9541217d54dbbadd75d981c33d0e85c201 (patch) | |
tree | 1dd8124bfd878bca7442c75f55b8a7eb83f88dc4 /bsd | |
parent | 63e20eb79318a896691e9ef5f2268c9a8f33cb99 (diff) |
bsd has no gamma so no wait/free list at the moment
Diffstat (limited to 'bsd')
-rw-r--r-- | bsd/drmP.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 { |