commit | d5bf4c739462a686fb186f5e804ea9e628431526 | [log] [tgz] |
---|---|---|
author | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Thu Feb 16 21:23:58 2017 +0100 |
committer | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Fri Feb 17 09:28:23 2017 +0100 |
tree | 78ce72b45bde063908bd76187fb5715d0e189af3 | |
parent | f4487016226c3337fa5fb2244c75ce298093c3ce [diff] |
radv: Use different allocator for descriptor set vram. This one only keeps allocated memory in the list, and list nodes in the descriptor sets. Thsi doesn't need messing around with max_sets, and we get automatic merging of free regions. Signed-off-by: Bas Nieuwenhuizen <basni@google.com> Reviewed-by: Dave Airlie <airlied@redhat.com>