commit | b47bc0202a846d039ddd613add6ecfde30e6ab7e | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Mon Dec 02 14:51:30 2019 -0600 |
committer | Jason Ekstrand <jason@jlekstrand.net> | Thu Dec 05 10:59:10 2019 -0600 |
tree | f113de91353d0aaede94e8daee8c6f7afb26c0ba | |
parent | 1037b52cf4c3613ab91e11f11245169aff5024c9 [diff] |
anv: Set up VMA heaps independently from memory heaps Our VMA allocations are really independent from the memory heaps we expose via the API. The only thing that really matters is the GTT size so we can make the high heap the right size. Reviewed-by: Ivan Briano <ivan.briano@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>