radeon: fix cs buffer realloc padding
authorJerome Glisse <jglisse@redhat.com>
Fri, 3 Jul 2009 13:03:03 +0000 (15:03 +0200)
committerJerome Glisse <jglisse@redhat.com>
Fri, 3 Jul 2009 13:03:03 +0000 (15:03 +0200)
commit72a29340ea3225550db6b009f4e50c77c7b1f394
treecb1b4691724b82eeea3815a4d416bde4399b7ba5
parentaf90222c4570ca07c6983f60ebe46c35bc980495
radeon: fix cs buffer realloc padding

We always realloc at least 0x1000 dwords (page on most system)
when growing the cs buffer this is to avoid having to realloc
at each cs_begin.
libdrm/radeon/radeon_cs_gem.c