mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
iris: remove unnecessary forward declaration
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4561>
This commit is contained in:
parent
f3f5016c0b
commit
c586cb23e0
1 changed files with 0 additions and 4 deletions
|
|
@ -171,10 +171,6 @@ static int bo_set_tiling_internal(struct iris_bo *bo, uint32_t tiling_mode,
|
|||
|
||||
static void bo_free(struct iris_bo *bo);
|
||||
|
||||
static uint64_t vma_alloc(struct iris_bufmgr *bufmgr,
|
||||
enum iris_memory_zone memzone,
|
||||
uint64_t size, uint64_t alignment);
|
||||
|
||||
static struct iris_bo *
|
||||
find_and_ref_external_bo(struct hash_table *ht, unsigned int key)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue