No description
Find a file
Xiaojian Du 86c8236eec drm/amd/pm: add support for new smu metrics table for vangogh
This patch is to add support for new smu metrics table for vangogh.
It will support new and legacy smu metrics table in the meanwhile.
New pmfw version is 4.63.36.00, and new smu interface version is #3.

v1: check smu pmfw version to determine to use new or legacy smu metrics
table

v2: check smu interface version to determine to use new or legacy smu
metrics table

v3: revise wrong symbol

Signed-off-by: Xiaojian Du <Xiaojian.Du@amd.com>
Reviewed-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2021-04-15 16:32:19 -04:00
arch Merge drm/drm-fixes into drm-next 2021-04-13 23:15:09 +02:00
block
certs
crypto
Documentation Merge drm/drm-fixes into drm-next 2021-04-13 23:15:09 +02:00
drivers drm/amd/pm: add support for new smu metrics table for vangogh 2021-04-15 16:32:19 -04:00
fs for-5.12-rc6-tag 2021-04-11 11:53:36 -07:00
include Merge tag 'drm-msm-next-2021-04-11' of https://gitlab.freedesktop.org/drm/msm into drm-next 2021-04-13 23:35:54 +02:00
init
ipc
kernel Merge drm/drm-fixes into drm-next 2021-04-13 23:15:09 +02:00
lib Merge drm/drm-fixes into drm-next 2021-04-13 23:15:09 +02:00
LICENSES
mm Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu 2021-04-10 12:51:12 -07:00
net net: fix hangup on napi_disable for threaded napi 2021-04-09 12:50:31 -07:00
samples
scripts Merge drm/drm-fixes into drm-next 2021-04-13 23:15:09 +02:00
security selinux/stable-5.12 PR 20210409 2021-04-09 11:51:06 -07:00
sound
tools perf tools fixes for v5.12: 3rd batch 2021-04-09 17:12:31 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap .mailmap: fix old email addresses 2021-04-09 14:54:23 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge drm/drm-fixes into drm-next 2021-04-13 23:15:09 +02:00
Makefile Linux 5.12-rc7 2021-04-11 15:16:13 -07:00
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.