asahi: Stop aligning pool allocations to 4KiB
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Mon, 21 Nov 2022 03:02:16 +0000 (22:02 -0500)
committerMarge Bot <emma+marge@anholt.net>
Thu, 24 Nov 2022 23:37:48 +0000 (23:37 +0000)
commit7c8e3963bdaaeb8bd43a9d1d75ade99e3962ffeb
tree10d1b8c77569f88050f7e023247872e930b069a3
parent860f5d77c6e57bc2d36826983aa79c5282a652fc
asahi: Stop aligning pool allocations to 4KiB

This defeats the point of specifying alignments and of packing allocations
together with the BO cache. We're a real driver now, let's allocate memory like
one.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19971>
src/asahi/lib/pool.c