New comment by jjsullivan5196 on void-packages repository https://github.com/void-linux/void-packages/pull/24072#issuecomment-678612525 Comment: Bumping the CMA share worked, that should be the last of any major problems. For reference, [this is the only line that's changed](https://github.com/void-linux/void-packages/blob/7e79f74593cb70f7c134b4c2249f107bbab9411d/srcpkgs/pinephone-kernel/files/config#L4864) (increase CMA to 256MB from 64MB) I learned this can also be changed by a kernel command line parameter `cma=256`, but I think this should be a sane default (causes less confusion, and the CMA share is only allocated by demand), and if anyone wants to increase/decrease it they can set the parameter.