drm/amd/pm: avoid false alarm due to confusing softwareshutdowntemp setting
Evan Quan authored
commit 971df65c

 upstream.

Normally softwareshutdowntemp should be greater than Thotspotlimit.
However, on some VEGA10 ASIC, the softwareshutdowntemp is 91C while
Thotspotlimit is 105C. This seems not right and may trigger some
false alarms.
Signed-off-by: default avatarEvan Quan <evan.quan@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
dd8a223d
Name Last commit Last update
Documentation affs: fix basic permission bits to actually work
LICENSES LICENSES: Rename other to deprecated
arch mips/oprofile: Fix fallthrough placement
block blk-stat: make q->stats->lock irqsafe
certs .gitignore: add SPDX License Identifier
crypto crypto: af_alg - Work around empty control messages without MSG_MORE
drivers drm/amd/pm: avoid false alarm due to confusing softwareshutdowntemp setting
fs io_uring: fix removing the wrong file in __io_sqe_files_update()
include drm/i915: Fix sha_text population code
init bootconfig: Fix to find the initargs correctly
ipc mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
kernel bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
lib test_kmod: avoid potential double free in trigger_config_run_type()
mm mm: fix pin vs. gup mismatch with gate pages
net Bluetooth: Return NOTIFY_DONE for hci_suspend_notifier
samples samples: bpf: Fix bpf programs with kprobe/sys_connect event
scripts kconfig: qconf: remove qInfo() to get back Qt4 support
security ima: Fail rule parsing when appraise_flag=blacklist is unsupportable
sound ALSA: hda/realtek - Improved routing for Thinkpad X1 7th/8th Gen
tools perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session__new())
usr bpfilter: match bit size of bpfilter_umh to that of the kernel
virt KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
.clang-format block: add bio_for_each_bvec_all()
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.