I've been led to believe that putting GPUMEM=320M in the kernel command line options will lead to 320 megabytes being reserved for contiguous memory allocations from GPU and VPU. However, I can't see any reference to the GPUMEM option in uboot-imx: Search · gpumem · GitHub .
The only reference I can find is in a diff from buildroot: [v2,4/7] board/boundarydevices: remove obsolete u-boot scripts - Patchwork . This diff seems to remove the option, and it seems like it only served as an alias for galcore.contiguousSize anyway.
Is the GPUMEM kernel command line option deprecated?
If not, it would be helpful if someone could point me to where it is defined in the relevant source code, like in uboot or the kernel or wherever.