Linux kernel source tree
Go to file
Alex Hung 57c8690a84 drm/amd/display: Update dc_connection_dac_load to dc_connection_analog_load
Update to a more accurate name dc_connection_analog_load.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2026-01-05 16:59:59 -05:00
arch Linux 6.18-rc6 2025-11-21 08:55:08 +10:00
block
certs
crypto
Documentation Documentation/amdgpu: Add UMA carveout details 2026-01-05 16:59:58 -05:00
drivers drm/amd/display: Update dc_connection_dac_load to dc_connection_analog_load 2026-01-05 16:59:59 -05:00
fs
include drm/amdkfd: Add metadata ring buffer for compute 2026-01-05 16:59:56 -05:00
init
io_uring
ipc
kernel Linux 6.18-rc6 2025-11-21 08:55:08 +10:00
lib
LICENSES
mm
net
rust Core Changes: 2025-11-28 06:49:44 +10:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Linux 6.18-rc6 2025-11-21 08:55:08 +10:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Cross-subsystem Changes: 2025-12-05 10:16:25 +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 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.