Skip to content
Snippets Groups Projects
Commit 3db93f91 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon:
Browse files

anv/allocator: Don't shrink either end of the block pool

Previously, we only tried to ensure that we didn't shrink either end
below what was already handed out.  However, due to the way we handle
relocations with block pools, we can't shrink the back end at all.  It's
probably best to not shrink in either direction.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105374
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106147


Tested-by: default avatarEero Tamminen <eero.t.tamminen@intel.com>
Reviewed-by: default avatarScott D Phillips <scott.d.phillips@intel.com>
Cc: mesa-stable@lists.freedesktop.org
parent 76ee9edc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment