i915g: Up the number of relocs

This commit is contained in:
Jakob Bornecrantz 2009-09-03 19:30:54 +01:00
parent 8303c722cb
commit 3070b13f4c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ intel_drm_batchbuffer_create(struct intel_winsys *iws)
batch->base.size = 0;
batch->base.relocs = 0;
batch->base.max_relocs = 100;/*INTEL_DEFAULT_RELOCS;*/
batch->base.max_relocs = 300;/*INTEL_DEFAULT_RELOCS;*/
batch->base.iws = iws;