anv: remove anv_reloc_list->reloc_bos
As a consequence of the last two commits, reloc_bos is always NULL and never used anywhere, so remove it. Reviewed-by: Ivan Briano <ivan.briano@intel.com> 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/20309>
This commit is contained in:
@@ -1395,7 +1395,6 @@ void anv_vma_free(struct anv_device *device,
|
||||
|
||||
struct anv_reloc_list {
|
||||
uint32_t array_length;
|
||||
struct anv_bo ** reloc_bos;
|
||||
uint32_t dep_words;
|
||||
BITSET_WORD * deps;
|
||||
};
|
||||
|
Reference in New Issue
Block a user