iris: vma_free bo->size, not bo_size
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 3 Oct 2018 02:55:29 +0000 (19:55 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:09 +0000 (10:26 -0800)
commit294ce58a30d16b4780055ed3c66acc5ecfa1e814
treeba11309dfacad5fdac8a9ea0c258d5d235326779
parent2f24000662f994d1cf1d6f80efa392be987f7e4e
iris: vma_free bo->size, not bo_size

this is more obviously correct.  I think the two end up being the same
in practice, since this is in the alloc_from_cache case, and presumably
bo from the bucket has bo->size == bucket->size, and bo_size also is
bucket->size...

still.  better to do the obvious thing.

brw_bufmgr already does it this way.
src/gallium/drivers/iris/iris_bufmgr.c