]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'topic/pipe-reorder-2026-04-15' of https://gitlab.freedesktop.org/drm/i915...
authorDave Airlie <airlied@redhat.com>
Thu, 16 Apr 2026 21:32:30 +0000 (07:32 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 17 Apr 2026 00:22:30 +0000 (10:22 +1000)
commit993eb191400f5d06322989ea7c890fd11965f80b
tree39ae4387e79fdb4fd8a451fe6a939eca76957ff0
parentca8639fbb3354629084c15e137e61fcb8528c4ec
parent2c683e9b419328da3433a49f7c467da71aaf0469
Merge tag 'topic/pipe-reorder-2026-04-15' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next

drm/i915/display: change pipe allocation order for discrete platforms

This is a topic pull request for changing the pipe allocation order for
discrete platforms from the usual A,B,C,D to A,C,B,D. The goal is to
help pipe joiner configurations that reserve the adjacent pipe as the
secondary pipe without the user space knowing. More details in the
relevant commit message. The CRTC iteration is also changed to remain in
pipe order.

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Jani Nikula <jani.nikula@intel.com>
Link: https://patch.msgid.link/d69501d53c233386d70ed10290af24aafebf434f@intel.com