Go to file
Le Ma f2a79be1c0 drm/amdgpu: export amdgpu_ras_find_obj to use externally
Change it to external interface.

Signed-off-by: Le Ma <le.ma@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-12-05 16:25:20 -05:00
arch
block
certs
crypto
Documentation drm/amdgpu: Improve RAS documentation (v2) 2019-11-06 16:27:48 -05:00
drivers drm/amdgpu: export amdgpu_ras_find_obj to use externally 2019-12-05 16:25:20 -05:00
fs
include drm/amdgpu: Add DMCUB to firmware query interface 2019-11-13 15:29:42 -05:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-next 2019-10-26 05:56:57 +10:00
sound
tools Revert "kselftests: Add dma-heap test" 2019-10-30 16:40:13 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Drop Rex Zhu for amdgpu powerplay 2019-11-26 09:48:47 -05: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.

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.