summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-04-28 01:54:43 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-04-28 14:19:48 +0100
commita206a1eee1fb799d567d68db564d663cfc66f6cc (patch)
tree861927ba95d6340d4e6dac7685ab73fdf3772fdc
parent4f1908c651ef9e2af33d8831466a605234978c46 (diff)
sna: Tune relocation array size
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/sna/kgem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/kgem.h b/src/sna/kgem.h
index 4def6b16..ad2fe84a 100644
--- a/src/sna/kgem.h
+++ b/src/sna/kgem.h
@@ -171,7 +171,7 @@ struct kgem {
uint32_t batch[4*1024];
struct drm_i915_gem_exec_object2 exec[256];
- struct drm_i915_gem_relocation_entry reloc[384];
+ struct drm_i915_gem_relocation_entry reloc[612];
};
#define KGEM_BATCH_RESERVED 1