https://github.com/torvalds/linux
Revision e0e384c398d4638e54b6d2098f0ceaafdab870ee authored by Alex Deucher on 17 December 2019, 14:50:42 UTC, committed by Alex Deucher on 29 December 2019, 06:58:04 UTC
To protect access to the metrics table.

v2: unlock on error

Bug: https://gitlab.freedesktop.org/drm/amd/issues/900
Reviewed-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
1 parent 1da87c9
Raw File
Tip revision: e0e384c398d4638e54b6d2098f0ceaafdab870ee authored by Alex Deucher on 17 December 2019, 14:50:42 UTC
drm/amdgpu/smu: add metrics table lock for navi (v2)
Tip revision: e0e384c
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"

comment "Compiler: $(CC_VERSION_TEXT)"

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