Go to file
Rex Zhu b1ddf54847 drm/amdgpu: Get real power source to initizlize ac_power
driver need to know the real power source to do some power
related configuration when initialize.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-06-15 12:20:46 -05:00
arch
block blk-mq: fix sysfs inflight counter 2018-04-26 09:02:01 -06:00
certs
crypto
Documentation drm/doc: Add amdgpu hwmon/power documentation (v2) 2018-06-15 12:20:45 -05:00
drivers drm/amdgpu: Get real power source to initizlize ac_power 2018-06-15 12:20:46 -05:00
firmware
fs
include uapi/drm: add AMDGPU_HW_IP_VCN_JPEG for jpeg CS 2018-06-15 12:20:39 -05:00
init init: fix false positives in W+X checking 2018-05-11 17:28:45 -07:00
ipc
kernel
lib another dma-mapping fix for 4.17-rc: 2018-05-13 10:28:53 -07:00
LICENSES
mm
net
samples
scripts urgent i686 mmap fix for drm drivers 2018-05-18 14:08:53 +10:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm/fsl-dcu updates 2018-05-22 10:44:53 +10:00
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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.