community/linux-postmarketos-qcom-sm6350: enable DEVFREQ_THERMAL (MR 4062)
Make sure the GPU can register its thermal device to avoid this error: [ 9.303081] adreno 3d00000.gpu: [drm:msm_devfreq_init] *ERROR* Couldn't register GPU cooling device [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
f71abed592
commit
9a4a818bde
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
_flavor="postmarketos-qcom-sm6350"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.3.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline Kernel fork for SM6350 devices"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -55,5 +55,5 @@ package() {
|
|||
|
||||
sha512sums="
|
||||
4fd0efb0279fb263d6052fb34c9df5c8a820896af69f629ae0b7618e1577a803aaff0933a22dc9e6dd189e38d841257a4bd1b10841ad615f75f5976a9fa17bdf linux-dc6e30ab253042df436c6de494b99d289e93adea.tar.gz
|
||||
be1f6762fb1621eb98bab1ded732d376f6802b58282b6893e0e1d7ba3edc911297c25ebe6f7a924af625f8edd9115ca2614e1a566887ef3bb5f6da9e9df7b1a5 config-postmarketos-qcom-sm6350.aarch64
|
||||
c4264fc7f169e2ddd2bd5d8d5ce81545d474f00fcee37498e8894ea20f279c7984aff429805c9e4f191845d9c01ed33a74a4764850e33632564c769f98ab082f config-postmarketos-qcom-sm6350.aarch64
|
||||
"
|
||||
|
|
|
@ -2749,7 +2749,7 @@ CONFIG_THERMAL_GOV_STEP_WISE=y
|
|||
CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
|
||||
CONFIG_CPU_THERMAL=y
|
||||
CONFIG_CPU_FREQ_THERMAL=y
|
||||
# CONFIG_DEVFREQ_THERMAL is not set
|
||||
CONFIG_DEVFREQ_THERMAL=y
|
||||
CONFIG_THERMAL_EMULATION=y
|
||||
# CONFIG_THERMAL_MMIO is not set
|
||||
# CONFIG_GENERIC_ADC_THERMAL is not set
|
||||
|
|
Loading…
Reference in a new issue