Go to file
Alex Deucher ba46b3bda2 drm/amdgpu: Adjust logic in amdgpu_device_partner_bandwidth()
Use current speed/width on devices which don't support
dynamic PCIe switching.

Fixes: 466a7d1153 ("drm/amd: Use the first non-dGPU PCI device for BW limits")
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3289
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2024-05-29 17:01:49 -04:00
arch Linux 6.9-rc6 2024-04-29 20:22:39 +02:00
block
certs
crypto
Documentation Merge tag 'drm-msm-next-2024-05-07' of https://gitlab.freedesktop.org/drm/msm into drm-next 2024-05-10 10:22:59 +10:00
drivers drm/amdgpu: Adjust logic in amdgpu_device_partner_bandwidth() 2024-05-29 17:01:49 -04:00
fs three smb3 client fixes, all also for stable 2024-04-27 11:35:40 -07:00
include Merge tag 'drm-misc-next-fixes-2024-05-23' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next 2024-05-23 16:01:39 +10:00
init Rust fixes for v6.9 2024-04-27 12:11:55 -07:00
io_uring
ipc
kernel Misc fixes: 2024-04-28 12:11:26 -07:00
lib
LICENSES
mm
net
rust
samples
scripts Rust fixes for v6.9 2024-04-27 12:11:55 -07:00
security
sound
tools RISC-V Fixes for 6.9-rc6 2024-04-27 12:02:55 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge tag 'drm-msm-next-2024-05-07' of https://gitlab.freedesktop.org/drm/msm into drm-next 2024-05-10 10:22:59 +10:00
Makefile Linux 6.9-rc6 2024-04-28 13:47:24 -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 reStructuredText 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.