i965: The given urb layout(maximal size of urb entries and the

values for nr of entries) should meet the requirement.
This commit is contained in:
Xiang, Haihao
2007-03-25 21:40:58 +08:00
parent bb59d81d2d
commit a1ea7812b2
+1 -1
View File
@@ -131,7 +131,7 @@ static void recalculate_urb_fence( struct brw_context *brw )
brw->urb.constrained = 1;
if (check_urb_layout(brw)) {
if (!check_urb_layout(brw)) {
/* This is impossible, given the maximal sizes of urb
* entries and the values for minimum nr of entries
* provided above.