mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-07 01:48:20 +02:00
drm/i915: Increase batch buffer space.
This commit is contained in:
parent
1315323b20
commit
913a31494e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue