Skip to content

Commit c06bca0

Browse files
v6.5.1+rev2
1 parent 0c540ac commit c06bca0

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

.versionbot/CHANGELOG.yml

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
- commits:
2+
- subject: enable VC4 graphics for the RPI5
3+
hash: 9582d1aa0fd9f4c4c7e7b59a9350df4ff1f859fc
4+
body: ""
5+
footer:
6+
Changelog-entry: enable VC4 graphics for the RPI5
7+
changelog-entry: enable VC4 graphics for the RPI5
8+
Signed-off-by: Alex Gonzalez <[email protected]>
9+
signed-off-by: Alex Gonzalez <[email protected]>
10+
author: Alex Gonzalez
11+
nested: []
12+
- subject: set CMA default size to 320M for backwards compatibility
13+
hash: c4b3f57e4eefa3e79f7f003e93c5666a5364f8e7
14+
body: >
15+
The default CMA size has been 320M until the 6.1.y kernel increased it
16+
17+
to 512M in 9b523e1fc8a786da6fb6e0a8301d2fb4a2332dbb.
18+
19+
20+
This breaks applications that were setting high `gpu_mem` values as the
21+
22+
combination of CMA + GPU memory cannot exceed 32bit DMA accessible
23+
memory.
24+
25+
26+
This commit explicitely sets 320M as default to keep backwards
27+
compatibility.
28+
footer:
29+
Changelog-entry: set CMA default size to 320M for backwards compatibility
30+
changelog-entry: set CMA default size to 320M for backwards compatibility
31+
Signed-off-by: Alex Gonzalez <[email protected]>
32+
signed-off-by: Alex Gonzalez <[email protected]>
33+
author: Alex Gonzalez
34+
nested: []
35+
version: 6.5.1+rev2
36+
title: ""
37+
date: 2025-03-17T14:20:36.443Z
138
- commits:
239
- subject: Update balena-yocto-scripts to 67ed08ab80835b69252ca7fbe0bad7eb405ed81e
340
hash: daa76edf04ad151f49fe3e39b057142dbe1a6215

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change log
22
-----------
33

4+
# v6.5.1+rev2
5+
## (2025-03-17)
6+
7+
* enable VC4 graphics for the RPI5 [Alex Gonzalez]
8+
* set CMA default size to 320M for backwards compatibility [Alex Gonzalez]
9+
410
# v6.5.1+rev1
511
## (2025-03-16)
612

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.1+rev1
1+
6.5.1+rev2

0 commit comments

Comments
 (0)