Go to file
Prike Liang ad7ce43c5e drm/amdgpu/powerplay: implement interface pp_power_profile_mode
implement get_power_profile_mode for getting power profile mode status.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-10-17 16:30:58 -04:00
arch
block
certs
crypto
Documentation drm/amdgpu/ras: fix and update the documentation for RAS 2019-10-03 09:11:00 -05:00
drivers drm/amdgpu/powerplay: implement interface pp_power_profile_mode 2019-10-17 16:30:58 -04:00
fs
include device_cgroup: Export devcgroup_check_permission 2019-10-07 15:11:38 -05:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security device_cgroup: Export devcgroup_check_permission 2019-10-07 15:11:38 -05:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.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.