projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dac239e
)
tests: some more tuning on the tiled partial pwrite/pread test
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 29 Feb 2012 19:22:45 +0000
(20:22 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 29 Feb 2012 19:22:45 +0000
(20:22 +0100)
... 8 pages is just not enough to somewhat reliably get one page that
needs bit17 swizzling.
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/gem_tiled_partial_pwrite_pread.c
patch
|
blob
|
history
diff --git
a/tests/gem_tiled_partial_pwrite_pread.c
b/tests/gem_tiled_partial_pwrite_pread.c
index
ef6bb00
..
bd0d4e0
100644
(file)
--- a/
tests/gem_tiled_partial_pwrite_pread.c
+++ b/
tests/gem_tiled_partial_pwrite_pread.c
@@
-59,7
+59,7
@@
drm_intel_bo *scratch_bo;
drm_intel_bo *staging_bo;
drm_intel_bo *tiled_staging_bo;
unsigned long scratch_pitch;
-#define BO_SIZE (
8
*4096)
+#define BO_SIZE (
32
*4096)
uint32_t devid;
uint64_t mappable_gtt_limit;
int fd;