projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f5016
)
iris: remove unnecessary forward declaration
author
Paulo Zanoni
<paulo.r.zanoni@intel.com>
Mon, 23 Mar 2020 23:23:23 +0000
(16:23 -0700)
committer
Marge Bot
<eric+marge@anholt.net>
Wed, 15 Apr 2020 21:35:14 +0000
(21:35 +0000)
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>
src/gallium/drivers/iris/iris_bufmgr.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/iris/iris_bufmgr.c
b/src/gallium/drivers/iris/iris_bufmgr.c
index c333f7bdaee14e89f46e2bc26ab35fd2bf1c4620..80bf3e58ad3a1388205f1705bc2f79e3721b4e30 100644
(file)
--- a/
src/gallium/drivers/iris/iris_bufmgr.c
+++ b/
src/gallium/drivers/iris/iris_bufmgr.c
@@
-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)
{