diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-02-02 14:47:44 +0100 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-02-02 14:47:44 +0100 |
commit | c269d560e4d71448cfc9c2ea51eee3d5feafaad4 (patch) | |
tree | 066877fe801cd872fbab575dd21f2289eaf1a5ef /tests/ttmtest | |
parent | dd733dea3856e7ddbba7c4c3928ccaba909b4535 (diff) |
Make vm handle buffer objects instead of ttm objects.
Remove ttm objects.
Make vm aware of PCI memory type buffer objects.
(Only works for pre 2.6.16 kernels for now).
Diffstat (limited to 'tests/ttmtest')
-rw-r--r-- | tests/ttmtest/src/ttmtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttmtest/src/ttmtest.c b/tests/ttmtest/src/ttmtest.c index ae261e28..085a0746 100644 --- a/tests/ttmtest/src/ttmtest.c +++ b/tests/ttmtest/src/ttmtest.c @@ -304,7 +304,7 @@ static void testAGP(TinyDRIContext * ctx) { unsigned long ticks[128], *pTicks; - unsigned long size = 4096 * 1024; + unsigned long size = 8 * 1024; int ret; ret = benchmarkBuffer(ctx, size, ticks); |