diff --git a/CHANGELOG.md b/CHANGELOG.md index f65676d..ff9d0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 867e524..cb174d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.2.1 \ No newline at end of file diff --git a/linux-6.6.defconfig b/linux-6.6.defconfig index 24304d9..eea2b6f 100644 --- a/linux-6.6.defconfig +++ b/linux-6.6.defconfig @@ -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