https://github.com/torvalds/linux
Revision e0ffd340249699ad27a6c91abdfa3e89f7823941 authored by Evan Quan on 21 August 2020, 04:18:58 UTC, committed by Alex Deucher on 26 August 2020, 19:16:18 UTC
Correct the Vega12 thermal swctf limit.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
1 parent b05d71b
Raw File
Tip revision: e0ffd340249699ad27a6c91abdfa3e89f7823941 authored by Evan Quan on 21 August 2020, 04:18:58 UTC
drm/amd/pm: correct Vega12 swctf limit setting
Tip revision: e0ffd34
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top