iris: fix the validation list on new batches
This commit is contained in:
@@ -207,6 +207,7 @@ create_batch(struct iris_batch *batch)
|
||||
batch->bo->kflags |= EXEC_OBJECT_CAPTURE;
|
||||
batch->map = iris_bo_map(NULL, batch->bo, MAP_READ | MAP_WRITE);
|
||||
batch->map_next = batch->map;
|
||||
batch->contains_draw = false;
|
||||
|
||||
add_exec_bo(batch, batch->bo);
|
||||
}
|
||||
|
Reference in New Issue
Block a user