summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_bufmgr_fake.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-10-04 15:31:47 +1000
committerDave Airlie <airlied@redhat.com>2007-10-04 15:31:47 +1000
commitc4a9a708884c2f790e04aaaa4a4cb2993ff33089 (patch)
treeb826038cd00886d3bbebef542ab7b39666a83b33 /src/mesa/drivers/dri/common/dri_bufmgr_fake.c
parentfa031c8914d685e153b4ab886f43fdbfbbd0a30b (diff)
i915: add superioctl support to the ttm codepaths.
gears now runs for about 10-15 seconds with some artifacts before falling over.
Diffstat (limited to 'src/mesa/drivers/dri/common/dri_bufmgr_fake.c')
-rw-r--r--src/mesa/drivers/dri/common/dri_bufmgr_fake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/dri_bufmgr_fake.c b/src/mesa/drivers/dri/common/dri_bufmgr_fake.c
index 21b09b448b..adf0cf5ab7 100644
--- a/src/mesa/drivers/dri/common/dri_bufmgr_fake.c
+++ b/src/mesa/drivers/dri/common/dri_bufmgr_fake.c
@@ -881,7 +881,7 @@ relocation_sort(const void *a_in, const void *b_in) {
}
static void *
-dri_fake_process_reloc(dri_bo *batch_buf, GLuint *hack)
+dri_fake_process_reloc(dri_bo *batch_buf)
{
dri_bufmgr_fake *bufmgr_fake = (dri_bufmgr_fake *)batch_buf->bufmgr;
GLuint i;