Linux kernel source tree
Go to file
Leo Ma 07bfa9cdbf drm/amd/display: Add HDMI DSC native YCbCr422 support
[WHY && HOW]
For some HDMI OVT timing, YCbCr422 encoding fails at the DSC
bandwidth check. The root cause is our DSC policy for timing
doesn't account for HDMI YCbCr422 native support.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Reviewed-by: Chris Park <chris.park@amd.com>
Signed-off-by: Leo Ma <hanghong.ma@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2024-09-18 16:15:07 -04:00
Documentation Linux 6.11-rc7 2024-09-11 09:18:15 +02:00
LICENSES
arch Linux 6.11-rc7 2024-09-11 09:18:15 +02:00
block
certs
crypto
drivers drm/amd/display: Add HDMI DSC native YCbCr422 support 2024-09-18 16:15:07 -04:00
fs Linux 6.11-rc7 2024-09-11 09:18:15 +02:00
include amd-drm-next-6.12-2024-09-13: 2024-09-17 01:06:10 +10:00
init
io_uring
ipc
kernel Linux 6.11-rc7 2024-09-11 09:18:15 +02:00
lib
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Linux 6.11-rc7 2024-09-11 09:18:15 +02:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 6.11-rc7 2024-09-11 09:18:15 +02:00
Makefile Linux 6.11-rc7 2024-09-08 14:50:28 -07:00
README

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.