summaryrefslogtreecommitdiff
path: root/linux-core/drm_fops.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-10-23 04:07:50 +0000
committerDave Airlie <airlied@linux.ie>2005-10-23 04:07:50 +0000
commitbcbf5ff797f061e84223556bdcf5f6a045516355 (patch)
tree2a4cefc8482084af7ac0c40fd71e8fed79e4f8cf /linux-core/drm_fops.c
parentb63b771285a91e85c2dc7daf77191c423fb4d2a5 (diff)
we don't use this stuff anymore .. remove 1k buffer from driver ..
Diffstat (limited to 'linux-core/drm_fops.c')
-rw-r--r--linux-core/drm_fops.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-core/drm_fops.c b/linux-core/drm_fops.c
index 60da7ae9..c79372d3 100644
--- a/linux-core/drm_fops.c
+++ b/linux-core/drm_fops.c
@@ -99,9 +99,6 @@ static int drm_setup(drm_device_t * dev)
dev->ctx_start = 0;
dev->lck_start = 0;
- dev->buf_rp = dev->buf;
- dev->buf_wp = dev->buf;
- dev->buf_end = dev->buf + DRM_BSZ;
dev->buf_async = NULL;
init_waitqueue_head(&dev->buf_readers);
init_waitqueue_head(&dev->buf_writers);