r600: bump reloc_chunk size

This fixes openarena reloc errors.  This needs to be
made more dynamic.
This commit is contained in:
Alex Deucher
2009-08-23 16:06:31 -04:00
parent 670bd47df9
commit becb50f84d
+1 -1
View File
@@ -322,7 +322,7 @@ static int r600_cs_emit(struct radeon_cs *cs)
struct drm_radeon_cs_chunk cs_chunk[2];
uint32_t length_dw_reloc_chunk;
uint64_t chunk_ptrs[2];
uint32_t reloc_chunk[128];
uint32_t reloc_chunk[256];
int r;
int retry = 0;