anv/device: Only allocate whole pages in AllocateMemory
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 2 Jan 2016 15:52:22 +0000 (07:52 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 2 Jan 2016 15:52:24 +0000 (07:52 -0800)
commit6b0b57225cf27aa5316b6c3085fa3254f0f4b1c2
treee31ae43ceba14f822569d0665d1b5b2b847149fc
parentf076d5330dca4b7a882de17853d6aedccb4e50ad
anv/device: Only allocate whole pages in AllocateMemory

The kernel is going to give us whole pages anyway, so allocating part of a
page doesn't help.  And this ensures that we can always work with whole
pages.
src/vulkan/anv_device.c
src/vulkan/anv_private.h