sm8750: init kernel modules repo
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT=80
|
||||
CONFIG_QCOM_KGSL_SORT_POOL=y
|
||||
CONFIG_QCOM_KGSL_FENCE_TRACE=y
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG=y
|
||||
CONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT=y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR="msm-adreno-tz"
|
||||
@@ -0,0 +1,9 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
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"
|
||||
@@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
#Conf file to load graphics-driver modules at boot-up time
|
||||
#Install under /etc/modules-load.d/ path
|
||||
msm-kgsl
|
||||
@@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
#Conf file to load graphics-driver modules at boot-up time
|
||||
#Install under /etc/modules-load.d/ path
|
||||
msm-kgsl
|
||||
@@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT=80
|
||||
CONFIG_QCOM_KGSL_SORT_POOL=y
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG=y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR="msm-adreno-tz"
|
||||
8
qcom/opensource/graphics-kernel/config/blair_gki_gpuconf
Normal file
8
qcom/opensource/graphics-kernel/config/blair_gki_gpuconf
Normal file
@@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT=80
|
||||
CONFIG_QCOM_KGSL_SORT_POOL=y
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG=y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR="msm-adreno-tz"
|
||||
22
qcom/opensource/graphics-kernel/config/gki_bengal.conf
Normal file
22
qcom/opensource/graphics-kernel/config/gki_bengal.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT = 80
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG = y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
|
||||
CONFIG_QCOM_KGSL_SORT_POOL = y
|
||||
|
||||
ifneq ($(CONFIG_SHMEM),)
|
||||
CONFIG_QCOM_KGSL_USE_SHMEM = y
|
||||
CONFIG_QCOM_KGSL_PROCESS_RECLAIM = y
|
||||
endif
|
||||
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_IDLE_TIMEOUT=80 \
|
||||
-DCONFIG_QCOM_KGSL_CONTEXT_DEBUG=1 \
|
||||
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\" \
|
||||
-DCONFIG_QCOM_KGSL_SORT_POOL=1
|
||||
|
||||
ifneq ($(CONFIG_SHMEM),)
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_USE_SHMEM=1 \
|
||||
-DCONFIG_QCOM_KGSL_PROCESS_RECLAIM=1
|
||||
endif
|
||||
19
qcom/opensource/graphics-kernel/config/gki_blair.conf
Normal file
19
qcom/opensource/graphics-kernel/config/gki_blair.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
CONFIG_QCOM_KGSL_SORT_POOL = y
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT = 80
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG = y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
|
||||
|
||||
|
||||
ifneq ($(CONFIG_CORESIGHT),)
|
||||
CONFIG_QCOM_KGSL_CORESIGHT = y
|
||||
endif
|
||||
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_SORT_POOL=1 \
|
||||
-DCONFIG_QCOM_KGSL_IDLE_TIMEOUT=80 \
|
||||
-DCONFIG_QCOM_KGSL_CONTEXT_DEBUG=1 \
|
||||
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\"
|
||||
|
||||
ifneq ($(CONFIG_CORESIGHT),)
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_CORESIGHT=1
|
||||
endif
|
||||
|
||||
27
qcom/opensource/graphics-kernel/config/gki_kalama.conf
Normal file
27
qcom/opensource/graphics-kernel/config/gki_kalama.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
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_HIBERNATION),)
|
||||
CONFIG_QCOM_KGSL_HIBERNATION = y
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_CORESIGHT),)
|
||||
CONFIG_QCOM_KGSL_CORESIGHT = y
|
||||
endif
|
||||
|
||||
ccflags-y += -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_HIBERNATION),)
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_HIBERNATION=1
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_CORESIGHT),)
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_CORESIGHT=1
|
||||
endif
|
||||
17
qcom/opensource/graphics-kernel/config/gki_khajedisp.conf
Normal file
17
qcom/opensource/graphics-kernel/config/gki_khajedisp.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT = 80
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG = y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
|
||||
|
||||
ifneq ($(CONFIG_SHMEM),)
|
||||
CONFIG_QCOM_KGSL_USE_SHMEM = y
|
||||
CONFIG_QCOM_KGSL_PROCESS_RECLAIM = y
|
||||
endif
|
||||
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_IDLE_TIMEOUT=80 \
|
||||
-DCONFIG_QCOM_KGSL_CONTEXT_DEBUG=1 \
|
||||
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\"
|
||||
|
||||
ifneq ($(CONFIG_SHMEM),)
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_USE_SHMEM=1 \
|
||||
-DCONFIG_QCOM_KGSL_PROCESS_RECLAIM=1
|
||||
endif
|
||||
13
qcom/opensource/graphics-kernel/config/gki_kona.conf
Normal file
13
qcom/opensource/graphics-kernel/config/gki_kona.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT = 80
|
||||
CONFIG_QCOM_KGSL_SORT_POOL = y
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG = y
|
||||
# CONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT is not set
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
|
||||
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_IDLE_TIMEOUT=80 \
|
||||
-DCONFIG_QCOM_KGSL_SORT_POOL=1 \
|
||||
-DCONFIG_QCOM_KGSL_CONTEXT_DEBUG=1 \
|
||||
-DCONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT=0 \
|
||||
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\"
|
||||
11
qcom/opensource/graphics-kernel/config/gki_lemans.conf
Normal file
11
qcom/opensource/graphics-kernel/config/gki_lemans.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
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\"
|
||||
|
||||
ccflags-y += -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\"
|
||||
13
qcom/opensource/graphics-kernel/config/gki_monaco.conf
Normal file
13
qcom/opensource/graphics-kernel/config/gki_monaco.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT = 80
|
||||
CONFIG_QCOM_KGSL_SORT_POOL = y
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG = y
|
||||
# CONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT is not set
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
|
||||
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_IDLE_TIMEOUT=80 \
|
||||
-DCONFIG_QCOM_KGSL_SORT_POOL=1 \
|
||||
-DCONFIG_QCOM_KGSL_CONTEXT_DEBUG=1 \
|
||||
-DCONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT=0 \
|
||||
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\"
|
||||
24
qcom/opensource/graphics-kernel/config/gki_niobe.conf
Normal file
24
qcom/opensource/graphics-kernel/config/gki_niobe.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
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\"
|
||||
CONFIG_QCOM_KGSL_SYNX=y
|
||||
|
||||
ifneq ($(CONFIG_CORESIGHT),)
|
||||
CONFIG_QCOM_KGSL_CORESIGHT = y
|
||||
endif
|
||||
|
||||
ccflags-y += -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\" \
|
||||
-DCONFIG_QCOM_KGSL_SYNX=1 # This is needed to enable the hw-fence driver APIs in kernel headers
|
||||
|
||||
ifneq ($(CONFIG_CORESIGHT),)
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_CORESIGHT=1
|
||||
endif
|
||||
21
qcom/opensource/graphics-kernel/config/gki_pineapple.conf
Normal file
21
qcom/opensource/graphics-kernel/config/gki_pineapple.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
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\"
|
||||
CONFIG_QTI_HW_FENCE=y
|
||||
|
||||
ifneq ($(CONFIG_CORESIGHT),)
|
||||
CONFIG_QCOM_KGSL_CORESIGHT = y
|
||||
endif
|
||||
|
||||
ccflags-y += -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\" \
|
||||
-DCONFIG_QTI_HW_FENCE=1 # This is needed to enable the hw-fence driver APIs in kernel headers
|
||||
|
||||
ifneq ($(CONFIG_CORESIGHT),)
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_CORESIGHT=1
|
||||
endif
|
||||
30
qcom/opensource/graphics-kernel/config/gki_pitti.conf
Normal file
30
qcom/opensource/graphics-kernel/config/gki_pitti.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL_SORT_POOL = y
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT = 80
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG = y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
|
||||
|
||||
ifneq ($(CONFIG_SHMEM),)
|
||||
CONFIG_QCOM_KGSL_USE_SHMEM = y
|
||||
CONFIG_QCOM_KGSL_PROCESS_RECLAIM = y
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_CORESIGHT),)
|
||||
CONFIG_QCOM_KGSL_CORESIGHT = y
|
||||
endif
|
||||
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_SORT_POOL=1 \
|
||||
-DCONFIG_QCOM_KGSL_IDLE_TIMEOUT=80 \
|
||||
-DCONFIG_QCOM_KGSL_CONTEXT_DEBUG=1 \
|
||||
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\"
|
||||
|
||||
ifneq ($(CONFIG_CORESIGHT),)
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_CORESIGHT=1
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_SHMEM),)
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_USE_SHMEM=1 \
|
||||
-DCONFIG_QCOM_KGSL_PROCESS_RECLAIM=1
|
||||
endif
|
||||
11
qcom/opensource/graphics-kernel/config/gki_qcs405.conf
Normal file
11
qcom/opensource/graphics-kernel/config/gki_qcs405.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT = 80
|
||||
CONFIG_QCOM_KGSL_SORT_POOL = y
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG = y
|
||||
# CONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT is not set
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
|
||||
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_IDLE_TIMEOUT=80 \
|
||||
-DCONFIG_QCOM_KGSL_SORT_POOL=1 \
|
||||
-DCONFIG_QCOM_KGSL_CONTEXT_DEBUG=1 \
|
||||
-DCONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT=0 \
|
||||
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\"
|
||||
14
qcom/opensource/graphics-kernel/config/gki_qcs605.conf
Normal file
14
qcom/opensource/graphics-kernel/config/gki_qcs605.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
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\"
|
||||
|
||||
ccflags-y += -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\"
|
||||
13
qcom/opensource/graphics-kernel/config/gki_sa8155.conf
Normal file
13
qcom/opensource/graphics-kernel/config/gki_sa8155.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
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_KGSL_HIBERNATION = y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
|
||||
|
||||
ccflags-y += -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_KGSL_HIBERNATION=1 \
|
||||
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\"
|
||||
22
qcom/opensource/graphics-kernel/config/gki_scuba.conf
Normal file
22
qcom/opensource/graphics-kernel/config/gki_scuba.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT = 80
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG = y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
|
||||
CONFIG_QCOM_KGSL_SORT_POOL = y
|
||||
|
||||
ifneq ($(CONFIG_SHMEM),)
|
||||
CONFIG_QCOM_KGSL_USE_SHMEM = y
|
||||
CONFIG_QCOM_KGSL_PROCESS_RECLAIM = y
|
||||
endif
|
||||
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_IDLE_TIMEOUT=80 \
|
||||
-DCONFIG_QCOM_KGSL_CONTEXT_DEBUG=1 \
|
||||
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\" \
|
||||
-DCONFIG_QCOM_KGSL_SORT_POOL=1
|
||||
|
||||
ifneq ($(CONFIG_SHMEM),)
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_USE_SHMEM=1 \
|
||||
-DCONFIG_QCOM_KGSL_PROCESS_RECLAIM=1
|
||||
endif
|
||||
13
qcom/opensource/graphics-kernel/config/gki_trinket.conf
Normal file
13
qcom/opensource/graphics-kernel/config/gki_trinket.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT = 80
|
||||
CONFIG_QCOM_KGSL_SORT_POOL = y
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG = y
|
||||
# CONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT is not set
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR = \"msm-adreno-tz\"
|
||||
|
||||
ccflags-y += -DCONFIG_QCOM_KGSL_IDLE_TIMEOUT=80 \
|
||||
-DCONFIG_QCOM_KGSL_SORT_POOL=1 \
|
||||
-DCONFIG_QCOM_KGSL_CONTEXT_DEBUG=1 \
|
||||
-DCONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT=0 \
|
||||
-DCONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR=\"msm-adreno-tz\"
|
||||
11
qcom/opensource/graphics-kernel/config/gki_waipiodisp.conf
Normal file
11
qcom/opensource/graphics-kernel/config/gki_waipiodisp.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
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\"
|
||||
|
||||
ccflags-y += -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\"
|
||||
@@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT=80
|
||||
CONFIG_QCOM_KGSL_SORT_POOL=y
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG=y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR="msm-adreno-tz"
|
||||
@@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT=80
|
||||
CONFIG_QCOM_KGSL_SORT_POOL=y
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG=y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR="msm-adreno-tz"
|
||||
@@ -0,0 +1 @@
|
||||
monaco_consolidate_gpuconf
|
||||
@@ -0,0 +1,11 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT=80
|
||||
CONFIG_QCOM_KGSL_SORT_POOL=y
|
||||
CONFIG_QCOM_KGSL_FENCE_TRACE=y
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG=y
|
||||
CONFIG_QCOM_KGSL_IOCOHERENCY_DEFAULT=y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR="msm-adreno-tz"
|
||||
CONFIG_QCOM_KGSL_SYNX=y
|
||||
10
qcom/opensource/graphics-kernel/config/niobe_gki_gpuconf
Normal file
10
qcom/opensource/graphics-kernel/config/niobe_gki_gpuconf
Normal file
@@ -0,0 +1,10 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
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"
|
||||
CONFIG_QCOM_KGSL_SYNX=y
|
||||
@@ -0,0 +1,11 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
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"
|
||||
CONFIG_QCOM_KGSL_USE_SHMEM=y
|
||||
CONFIG_QCOM_KGSL_PROCESS_RECLAIM=y
|
||||
1
qcom/opensource/graphics-kernel/config/parrot_perf_gpuconf
Symbolic link
1
qcom/opensource/graphics-kernel/config/parrot_perf_gpuconf
Symbolic link
@@ -0,0 +1 @@
|
||||
parrot_consolidate_gpuconf
|
||||
@@ -0,0 +1,9 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
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"
|
||||
@@ -0,0 +1,9 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
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"
|
||||
1
qcom/opensource/graphics-kernel/config/pineapple_perf_gpuconf
Symbolic link
1
qcom/opensource/graphics-kernel/config/pineapple_perf_gpuconf
Symbolic link
@@ -0,0 +1 @@
|
||||
pineapple_consolidate_gpuconf
|
||||
@@ -0,0 +1,10 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
CONFIG_QCOM_KGSL_SORT_POOL=y
|
||||
CONFIG_QCOM_KGSL_IDLE_TIMEOUT=80
|
||||
CONFIG_QCOM_KGSL_CONTEXT_DEBUG=y
|
||||
CONFIG_QCOM_ADRENO_DEFAULT_GOVERNOR="msm-adreno-tz"
|
||||
CONFIG_QCOM_KGSL_USE_SHMEM=y
|
||||
CONFIG_QCOM_KGSL_PROCESS_RECLAIM=y
|
||||
1
qcom/opensource/graphics-kernel/config/pitti_gki_gpuconf
Symbolic link
1
qcom/opensource/graphics-kernel/config/pitti_gki_gpuconf
Symbolic link
@@ -0,0 +1 @@
|
||||
pitti_consolidate_gpuconf
|
||||
@@ -0,0 +1,12 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
|
||||
CONFIG_QCOM_KGSL=m
|
||||
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"
|
||||
CONFIG_QCOM_KGSL_SYNX=y
|
||||
CONFIG_QCOM_KGSL_USE_SHMEM=y
|
||||
CONFIG_QCOM_KGSL_PROCESS_RECLAIM=y
|
||||
1
qcom/opensource/graphics-kernel/config/sun_perf_gpuconf
Symbolic link
1
qcom/opensource/graphics-kernel/config/sun_perf_gpuconf
Symbolic link
@@ -0,0 +1 @@
|
||||
sun_consolidate_gpuconf
|
||||
Reference in New Issue
Block a user