anv: Allocate misc BOs from the cache
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
@@ -291,7 +291,7 @@ genX(emit_urb_setup)(struct anv_device *device, struct anv_batch *batch,
|
||||
anv_batch_emit(batch, GEN7_PIPE_CONTROL, pc) {
|
||||
pc.DepthStallEnable = true;
|
||||
pc.PostSyncOperation = WriteImmediateData;
|
||||
pc.Address = (struct anv_address) { &device->workaround_bo, 0 };
|
||||
pc.Address = (struct anv_address) { device->workaround_bo, 0 };
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user