* [RFC PATCH v2 0/2] Enable seamless boot (fastboot) for PTL
@ 2026-01-20 16:13 Juasheem Sultan
2026-01-21 14:21 ` Jani Nikula
0 siblings, 1 reply; 2+ messages in thread
From: Juasheem Sultan @ 2026-01-20 16:13 UTC (permalink / raw)
To: intel-gfx, intel-xe
Cc: Juasheem Sultan, Jani Nikula, Rodrigo Vivi, Manasi Navare,
Drew Davenport, Sean Paul
This patch series is the second revision of a series of patches meant
to add support for seamless framebuffer handoff within the Xe driver.
It was tested on Panther Lake platforms.
The goal of this series is to achieve a flicker-free transition from
the bootloader (BIOS/UEFI) to the kernel driver by strictly adhering
to the hardware state established by the firmware.
Thank you for the feedback on the previous revision.
This new patch series was created with that feedback in mind. That
revision was too rough of an implementation that had a considerable
amount of useless code and fixed problems that it unecessarily
introduced. Because of that, I completely reworked and rewrote the
solution into a much smaller, efficient version that properly makes
use of the existing infrastructure. This patch series has two specific
focal points. It enables Xe to properly adopt a framebuffer from bios
by fixing how we read stolen memory and it synchronizes an inherited
crtc state with the new state so that we can perform an initial commit.
This allows us to achieve seamless handoff between the firmware and
kernel with minimal changes required.
---
Changes since v1
- Complete rewrite of the code
Juasheem Sultan (2):
drm/xe/display: Fix reading the framebuffer from stolen memory
drm/i915/display: Synchronize crtc_state for initial commit
drivers/gpu/drm/i915/display/intel_display.c | 19 ++++++++++++++++
drivers/gpu/drm/xe/display/xe_plane_initial.c | 22 ++++++++++++++++++-
2 files changed, 40 insertions(+), 1 deletion(-)
--
2.52.0.457.g6b5491de43-goog
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RFC PATCH v2 0/2] Enable seamless boot (fastboot) for PTL
2026-01-20 16:13 [RFC PATCH v2 0/2] Enable seamless boot (fastboot) for PTL Juasheem Sultan
@ 2026-01-21 14:21 ` Jani Nikula
0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2026-01-21 14:21 UTC (permalink / raw)
To: Juasheem Sultan, intel-gfx, intel-xe
Cc: Juasheem Sultan, Rodrigo Vivi, Manasi Navare, Drew Davenport,
Sean Paul
On Tue, 20 Jan 2026, Juasheem Sultan <jdsultan@google.com> wrote:
> This patch series is the second revision of a series of patches meant
> to add support for seamless framebuffer handoff within the Xe driver.
We've only received this cover letter.
BR,
Jani.
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-22 13:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 16:13 [RFC PATCH v2 0/2] Enable seamless boot (fastboot) for PTL Juasheem Sultan
2026-01-21 14:21 ` Jani Nikula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox