No description
Find a file
Hawking Zhang f5fb30b6b3 drm/amdgpu: update gc info from bios table
Handle newer gc info tables.

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-04-28 17:48:15 -04:00
arch Linux 5.17-rc6 2022-02-28 14:57:14 +10:00
block
certs
crypto
Documentation Documentation/gpu: Add entries to amdgpu glossary 2022-04-19 13:58:32 -04:00
drivers drm/amdgpu: update gc info from bios table 2022-04-28 17:48:15 -04:00
fs
include drm: add PSR2 support and capability definition as per eDP 1.5 2022-04-13 09:14:22 -04:00
init
ipc
kernel dma-mapping fix for Linux 5.17 2022-02-27 12:42:37 -08:00
lib
LICENSES
mm
net
samples
scripts
security Linux 5.17-rc6 2022-02-28 14:57:14 +10:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add docs entry to AMDGPU 2022-04-19 13:58:32 -04:00
Makefile Linux 5.17-rc6 2022-02-27 14:36:33 -08: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.