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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user