diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-04-28 01:54:43 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-04-28 14:19:48 +0100 |
commit | a206a1eee1fb799d567d68db564d663cfc66f6cc (patch) | |
tree | 861927ba95d6340d4e6dac7685ab73fdf3772fdc | |
parent | 4f1908c651ef9e2af33d8831466a605234978c46 (diff) | |
download | xf86-video-intel-a206a1eee1fb799d567d68db564d663cfc66f6cc.tar.gz xf86-video-intel-a206a1eee1fb799d567d68db564d663cfc66f6cc.tar.bz2 xf86-video-intel-a206a1eee1fb799d567d68db564d663cfc66f6cc.zip |
sna: Tune relocation array size
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/kgem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/kgem.h b/src/sna/kgem.h index 4def6b165..ad2fe84ac 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 |