configs: Enable TRANSPARENT_HUGEPAGE_MADVISE#6390
Conversation
|
Putting this up as a draft PR, so it's not forgotten. My brief testing suggests |
|
Current testing kernels from the rpi-firmware repo now show this in the dmesg: |
|
Yes. A todo is to profile various use cases, including v3d and check what the benefits are, and if any negatives are observed. Based on the testing We're happy to heard of any positive (or negative) effects from users. |
Upstream v3d patches are adding support for big (64K) and super (1MB) pages, which require these options. See: https://lore.kernel.org/dri-devel/20240923141348.2422499-1-mcanal@igalia.com/ There are also some potential performance benefits linked from: raspberrypi#6297 Signed-off-by: Dom Cobley <popcornmix@gmail.com>
|
I spotted a warning in journalctl on a Raspberry Pi OS Trixie system which lead me here (via #7076). |
|
The newest version of the PR is #7285 |
Upstream v3d patches are adding support for big (64K) and super (1MB) pages, which require these options.
See:
https://lore.kernel.org/dri-devel/20240923141348.2422499-1-mcanal@igalia.com/
There are also some potential performance benefits linked from:
#6297