No description
  • C 97%
  • Assembly 1%
  • Shell 0.6%
  • Rust 0.5%
  • Python 0.4%
  • Other 0.3%
Find a file
Suraj Kandpal e5e8367d25 drm/dp: Add the DPCD register required for Extended wake timeout
Add DPCD registers required to configure Extended Wake Timeout
for LTTPR.

Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250122053358.1545039-2-suraj.kandpal@intel.com
2025-02-04 17:57:30 +05:30
arch drm/nouveau: incorporate I2C TV encoder drivers 2025-01-07 15:05:04 +01:00
block
certs
crypto
Documentation dt-bindings: display: renesas,du: add top-level constraints 2025-01-28 17:22:35 +02:00
drivers drm/ast: Only look up VBIOS mode on full modesets 2025-02-03 14:01:16 +01:00
fs
include drm/dp: Add the DPCD register required for Extended wake timeout 2025-02-04 17:57:30 +05:30
init
io_uring
ipc
kernel
lib drm/log: select CONFIG_FONT_SUPPORT 2024-12-12 18:26:32 +01:00
LICENSES
mm
net
rust
samples
scripts
security
sound ASoC: hdmi-codec: allow to refine formats actually supported 2025-01-26 14:01:12 +02:00
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: Update DRM GPU Scheduler section 2025-01-17 08:53:13 +01:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update drm/rcar-du maintainers 2025-01-28 17:12:59 +02: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.