diff options
author | Kenneth Graunke <[email protected]> | 2018-01-30 02:16:34 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:05 -0800 |
commit | db15993cfdd6e03435852d408e4fabaec642f297 (patch) | |
tree | 61092b98fb31840055ad7d067266bcded14a03de /src/gallium/drivers/iris/iris_batch.h | |
parent | bda9a77b47cd2d1ce6bef3bb31511430362fb8b0 (diff) |
iris: actually pin the instruction cache buffers
Diffstat (limited to 'src/gallium/drivers/iris/iris_batch.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_batch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/iris_batch.h b/src/gallium/drivers/iris/iris_batch.h index 6b67737f614..bb891c68263 100644 --- a/src/gallium/drivers/iris/iris_batch.h +++ b/src/gallium/drivers/iris/iris_batch.h @@ -121,6 +121,8 @@ bool iris_batch_references(struct iris_batch *batch, struct iris_bo *bo); #define RELOC_WRITE EXEC_OBJECT_WRITE +void iris_use_pinned_bo(struct iris_batch *batch, struct iris_bo *bo); + uint64_t iris_batch_reloc(struct iris_batch *batch, uint32_t batch_offset, struct iris_bo *target, |