drm/i915: Increase batch buffer space.

This commit is contained in:
Chris Wilson 2010-02-02 17:49:09 +00:00
parent 1315323b20
commit 913a31494e

View file

@ -625,7 +625,7 @@ typedef struct i915_image_private {
intel_buffer_cache_t *container;
} i915_image_private_t;
#define I915_BATCH_SIZE (64*1024)
#define I915_BATCH_SIZE (128*1024)
#define I915_VBO_SIZE (512*1024)
#define I915_MAX_RELOCS 2048