From a1ceca3530ecc009a74441da5d5fc4c0d84fef3c Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Sat, 31 Jan 2026 18:02:22 +0100 Subject: [PATCH] linux-postmarketos-qcom-sc7280: switch from venus to iris The new driver for hardware video en- and decoding, reported to be more stable. SC7280 support got enabled in 6.19 with commit "media: iris: enable support for SC7280 platform" Also include some changes required by kconfig check. Part-of: --- .../linux-postmarketos-qcom-sc7280/APKBUILD | 4 ++-- .../config-postmarketos-qcom-sc7280.aarch64 | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/device/community/linux-postmarketos-qcom-sc7280/APKBUILD b/device/community/linux-postmarketos-qcom-sc7280/APKBUILD index ecab087e5..6cacfb0b2 100644 --- a/device/community/linux-postmarketos-qcom-sc7280/APKBUILD +++ b/device/community/linux-postmarketos-qcom-sc7280/APKBUILD @@ -4,7 +4,7 @@ maintainer="Luca Weiss " _flavor="postmarketos-qcom-sc7280" pkgname=linux-$_flavor pkgver=7.0.8 -pkgrel=0 +pkgrel=1 pkgdesc="Mainline Kernel fork for SC7280/SM7325/QCM6490 devices" arch="aarch64" _carch="arm64" @@ -76,5 +76,5 @@ package() { sha512sums=" fbd609ffced7da1878fd7aaab82f170b7fe721447c25dceeca1329aeebe31caf50fdeec0d39ed74a1786b1d04cd52b2c040b0bd72458be1e2ffd36b6071f1464 linux-v7.0.8-sc7280.tar.gz -4d7059dfbf9fba4a312e7dc4fc1666eeba21d18d095d41161086ed0421c2107b149ec1644fab1034e254503a9a4e083036ea6b9bbfdecd6e752213dae7a85c45 config-postmarketos-qcom-sc7280.aarch64 +955e4768f9bcbc8b88b9b3d72d66b494587111ac0f2de5580dc048de0741b25b8c64be9201bb5dd97ecb30add01a6db7223f76522e39e0a0ef24834bbd171c62 config-postmarketos-qcom-sc7280.aarch64 " diff --git a/device/community/linux-postmarketos-qcom-sc7280/config-postmarketos-qcom-sc7280.aarch64 b/device/community/linux-postmarketos-qcom-sc7280/config-postmarketos-qcom-sc7280.aarch64 index 0a907ae08..c4e1dacf4 100644 --- a/device/community/linux-postmarketos-qcom-sc7280/config-postmarketos-qcom-sc7280.aarch64 +++ b/device/community/linux-postmarketos-qcom-sc7280/config-postmarketos-qcom-sc7280.aarch64 @@ -4208,8 +4208,8 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y # Qualcomm media platform drivers # CONFIG_VIDEO_QCOM_CAMSS=m -# CONFIG_VIDEO_QCOM_IRIS is not set -CONFIG_VIDEO_QCOM_VENUS=m +CONFIG_VIDEO_QCOM_IRIS=m +# CONFIG_VIDEO_QCOM_VENUS is not set # # Raspberry Pi media platform drivers @@ -8188,13 +8188,13 @@ CONFIG_PROC_MEM_ALWAYS_FORCE=y CONFIG_SECURITY=y CONFIG_SECURITYFS=y # CONFIG_SECURITY_NETWORK is not set -# CONFIG_SECURITY_PATH is not set +CONFIG_SECURITY_PATH=y # CONFIG_STATIC_USERMODEHELPER is not set # CONFIG_SECURITY_SMACK is not set # CONFIG_SECURITY_TOMOYO is not set # CONFIG_SECURITY_APPARMOR is not set # CONFIG_SECURITY_LOADPIN is not set -# CONFIG_SECURITY_YAMA is not set +CONFIG_SECURITY_YAMA=y # CONFIG_SECURITY_SAFESETID is not set # CONFIG_SECURITY_LOCKDOWN_LSM is not set # CONFIG_SECURITY_LANDLOCK is not set @@ -8674,12 +8674,14 @@ CONFIG_AS_HAS_NON_CONST_ULEB128=y # CONFIG_DEBUG_INFO_NONE is not set CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y # CONFIG_DEBUG_INFO_DWARF4 is not set -# CONFIG_DEBUG_INFO_DWARF5 is not set -CONFIG_DEBUG_INFO_REDUCED=y +CONFIG_DEBUG_INFO_DWARF5=y +# CONFIG_DEBUG_INFO_REDUCED is not set CONFIG_DEBUG_INFO_COMPRESSED_NONE=y # CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set # CONFIG_DEBUG_INFO_COMPRESSED_ZSTD is not set # CONFIG_DEBUG_INFO_SPLIT is not set +CONFIG_DEBUG_INFO_BTF=y +CONFIG_DEBUG_INFO_BTF_MODULES=y # CONFIG_GDB_SCRIPTS is not set CONFIG_FRAME_WARN=2048 # CONFIG_STRIP_ASM_SYMS is not set