Skip to content

anv: Bump VkDeviceMemory objects limit to 4GB

Nataraj Deshpande requested to merge ndeshpan/mesa:memory_limit into main

Android CTS 13_r4 tests dEQP-VK.memory.allocation.random* fail with VK_ERROR_OUT_OF_DEVICE_MEMORY on ADL boards with 32G memory as memory allocation requests from DEQP are much larger(~2.9GB+) based on device heap size/8.

Increase the limit to unsigned 32bit max(~4GB) which helps to fix the dEQP-VK.memory.allocation.random* tests.

Merge request reports