1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-17 04:07:06 +00:00

linux-yocto/6.12: genericarm64: set the DMA Contiguous Memory Allocator size to 32MB

Integrating the following commit(s) to linux-yocto/.:

1/1 [
    Author: Ross Burton
    Email: ross.burton@arm.com
    Subject: genericarm64: set the DMA Contiguous Memory Allocator size to 32MB
    Date: Thu, 27 Feb 2025 17:32:29 +0000

    The default is 16MB but the aarch64 defconfig sets it to 32MB.

    Notably this fixes various graphical issues on both the BeaglePlay and
    KV260, where 16MB isn't sufficient.

    Signed-off-by: Ross Burton <ross.burton@arm.com>
    Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]

(From OE-Core rev: c40dfa3e093b7cbf0aea9b79d10c3d400b4e5db4)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2025-03-20 09:40:07 -04:00
committed by Richard Purdie
parent 0fd090ad96
commit 01e61df454
3 changed files with 3 additions and 3 deletions
@@ -15,7 +15,7 @@ python () {
}
SRCREV_machine ?= "81e03d4794dcbe5a29307241dc110f42fa7d7f76"
SRCREV_meta ?= "bb44ae9b6ada9da4729dfdd4cd6075908a02ba31"
SRCREV_meta ?= "190a3cea8f7382423bc20fcde64847afc9e191ed"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https"