Add 'qcom/opensource/graphics-kernel/' from commit 'b4fdc4c04295ac59109ae19d64747522740c3f14'

git-subtree-dir: qcom/opensource/graphics-kernel
git-subtree-mainline: 992813d9c1
git-subtree-split: b4fdc4c042
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/graphics-kernel
tag: GRAPHICS.LA.14.0.r1-07700-lanai.0
This commit is contained in:
David Wronek
2024-10-06 16:44:56 +02:00
195 changed files with 145115 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
CONFIG_DEVFREQ_GOV_QCOM_ADRENO_TZ = y
CONFIG_DEVFREQ_GOV_QCOM_GPUBW_MON = y
CONFIG_QCOM_KGSL_IDLE_TIMEOUT = 80
CONFIG_QCOM_KGSL_SORT_POOL = y
CONFIG_QCOM_KGSL_CONTEXT_DEBUG = y
CONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT = y
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
ifneq ($(CONFIG_CORESIGHT),)
CONFIG_QCOM_KGSL_CORESIGHT = y
endif
ccflags-y += -DCONFIG_DEVFREQ_GOV_QCOM_ADRENO_TZ=1 \
-DCONFIG_DEVFREQ_GOV_QCOM_GPUBW_MON=1 \
-DCONFIG_QCOM_KGSL_IDLE_TIMEOUT=80 \
-DCONFIG_QCOM_KGSL_SORT_POOL=1 \
-DCONFIG_QCOM_KGSL_CONTEXT_DEBUG=1 \
-DCONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT=1 \
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\"
ifneq ($(CONFIG_CORESIGHT),)
ccflags-y += -DCONFIG_QCOM_KGSL_CORESIGHT=1
endif