Linux kernel source tree
Go to file
Imre Deak a64d5fe490 drm/i915/ddi: For an active output call the DP encoder sync_state() only for DP
If the DDI encoder output is enabled in HDMI mode there is no point in
calling intel_dp_sync_state(), as in that case the DPCD initialization
will fail - as expected - with AUX timeouts. Prevent calling the hook in
this case.

Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240722165503.2084999-5-imre.deak@intel.com
2024-07-31 18:45:59 +03:00
arch Merge drm/drm-next into drm-intel-next 2024-06-19 11:38:31 +03:00
block
certs
crypto
Documentation Merge drm/drm-next into drm-intel-next 2024-06-19 11:38:31 +03:00
drivers drm/i915/ddi: For an active output call the DP encoder sync_state() only for DP 2024-07-31 18:45:59 +03:00
fs
include drm/dp_mst: Add a helper to queue a topology probe 2024-07-31 18:45:56 +03:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rust
samples
scripts
security
sound Merge drm/drm-next into drm-intel-next 2024-06-19 11:38:31 +03:00
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge drm/drm-next into drm-intel-next 2024-06-19 11:38:31 +03:00
Makefile Linux 6.10-rc3 2024-06-09 14:19:43 -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.