sna: Tune relocation array size

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-04-28 01:54:43 +01:00
parent 4f1908c651
commit a206a1eee1
1 changed files with 1 additions and 1 deletions

View File

@ -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