Linux kernel source tree
Go to file
Ville Syrjälä 7043141fbb drm/i915/bios: Define eDP DSC disable bit
There's a new "DSC disable" bit in the eDP VBT block. Define it.

TODO: actually use it?

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240503122449.27266-2-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
2024-05-08 16:24:03 +03:00
arch Linux 6.9-rc6 2024-04-29 20:22:39 +02:00
block vfs-6.9-rc6.fixes 2024-04-26 11:01:28 -07:00
certs
crypto
Documentation Linux 6.9-rc6 2024-04-29 20:22:39 +02:00
drivers drm/i915/bios: Define eDP DSC disable bit 2024-05-08 16:24:03 +03:00
fs three smb3 client fixes, all also for stable 2024-04-27 11:35:40 -07:00
include Merge tag 'drm-intel-gt-next-2024-04-26' of https://anongit.freedesktop.org/git/drm/drm-intel into drm-next 2024-04-30 14:40:43 +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 11 hotfixes. 8 are cc:stable and the remaining 3 (nice ratio!) address 2024-04-26 13:48:03 -07:00
LICENSES
mm
net Including fixes from netfilter, wireless and bluetooth. 2024-04-25 11:19:38 -07:00
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 Including fixes from netfilter, wireless and bluetooth. 2024-04-25 11:19:38 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 6.9-rc6 2024-04-29 20:22:39 +02: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.