sna: Typo in debug assertion.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-06-26 18:41:20 +01:00
parent 5cd7f5b598
commit 44cd6ebf43
1 changed files with 1 additions and 1 deletions

View File

@ -1221,7 +1221,7 @@ static int kgem_bo_fenced_size(struct kgem *kgem, struct kgem_bo *bo)
int size;
assert(bo->tiling);
assert(kgem->gem < 40);
assert(kgem->gen < 40);
if (kgem->gen < 30)
size = 512 * 1024;