sm8750: init kernel modules repo

This commit is contained in:
2025-08-11 12:21:01 +02:00
parent 2681143b87
commit facad83b01
8851 changed files with 6894561 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -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

View 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"

View 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"

View 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

View 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

View 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

View 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

View 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\"

View 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\"

View 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\"

View 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

View 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

View 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

View 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\"

View 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\"

View 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\"

View 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

View 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\"

View 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\"

View File

@@ -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"

View File

@@ -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"

View File

@@ -0,0 +1 @@
monaco_consolidate_gpuconf

View File

@@ -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

View 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

View File

@@ -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

View File

@@ -0,0 +1 @@
parrot_consolidate_gpuconf

View File

@@ -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"

View File

@@ -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"

View File

@@ -0,0 +1 @@
pineapple_consolidate_gpuconf

View 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_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

View File

@@ -0,0 +1 @@
pitti_consolidate_gpuconf

View File

@@ -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

View File

@@ -0,0 +1 @@
sun_consolidate_gpuconf