diff options
author | Kenneth Graunke <[email protected]> | 2019-08-27 13:14:53 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-08-27 13:15:02 -0700 |
commit | 6342d43ae90b47f709516371fce9d2ad46608eab (patch) | |
tree | 7b7d0aa8da8a94cebb27b9c4dd5a8bbbb5a052a7 /src | |
parent | 2734a4951e058509268918613f4fa9c9a5d330c1 (diff) |
iris: Delete dead prototype
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/iris/iris_bufmgr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/iris/iris_bufmgr.h b/src/gallium/drivers/iris/iris_bufmgr.h index f05a71edf98..779f055ceae 100644 --- a/src/gallium/drivers/iris/iris_bufmgr.h +++ b/src/gallium/drivers/iris/iris_bufmgr.h @@ -327,8 +327,6 @@ struct iris_bufmgr *iris_bufmgr_init(struct gen_device_info *devinfo, int fd); struct iris_bo *iris_bo_gem_create_from_name(struct iris_bufmgr *bufmgr, const char *name, unsigned handle); -void iris_bufmgr_enable_reuse(struct iris_bufmgr *bufmgr); - int iris_bo_wait(struct iris_bo *bo, int64_t timeout_ns); uint32_t iris_create_hw_context(struct iris_bufmgr *bufmgr); |