Skip to content

Commit

Permalink
expand kernel CMA size
Browse files Browse the repository at this point in the history
  • Loading branch information
pavels committed Aug 14, 2024
1 parent ac9589b commit 8b8b0d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.2.1

* Expand CMA size so it is possible to use GPU and HW Video Decoder

## v1.2.0

* Upgraded kernel to 6.6.29
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion linux-6.6.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ CONFIG_CRC_ITU_T=y
CONFIG_CRC7=y
CONFIG_CRC8=y
CONFIG_DMA_CMA=y
CONFIG_CMA_SIZE_MBYTES=32
CONFIG_CMA_SIZE_MBYTES=256
CONFIG_IRQ_POLL=y
CONFIG_PRINTK_TIME=y
CONFIG_MAGIC_SYSRQ=y
Expand Down

0 comments on commit 8b8b0d7

Please sign in to comment.