diff options
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_bo.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_bo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/panfrost/pan_bo.h b/src/gallium/drivers/panfrost/pan_bo.h index dfdb202e5d3..2858d3782ef 100644 --- a/src/gallium/drivers/panfrost/pan_bo.h +++ b/src/gallium/drivers/panfrost/pan_bo.h @@ -83,8 +83,6 @@ panfrost_bo_create(struct panfrost_screen *screen, size_t size, uint32_t flags); void panfrost_bo_mmap(struct panfrost_bo *bo); -void -panfrost_bo_release(struct panfrost_bo *bo, bool cacheable); struct panfrost_bo * panfrost_bo_import(struct panfrost_screen *screen, int fd); int |