> -----Original Message----- > From: Hogander, Jouni <jouni.hogander@xxxxxxxxx> > Sent: Friday, June 7, 2024 7:19 PM > To: intel-gfx@xxxxxxxxxxxxxxxxxxxxx > Cc: Manna, Animesh <animesh.manna@xxxxxxxxx>; Kahola, Mika > <mika.kahola@xxxxxxxxx>; Hogander, Jouni <jouni.hogander@xxxxxxxxx> > Subject: [PATCH 00/13] Panel Replay eDP prepare > > This is a subset of "Panel Replay eDP" patch set. It contains various > preparations and fixes for enabling Panel Replay eDP. These are seen as safe > to merge next and not yet enabling Panel Replay eDP. > > Jouni Högander (13): > drm/i915/alpm: Do not use fast_wake_lines for aux less wake time > drm/i915/alpm: Write also AUX Less Wake lines into ALPM_CTL > drm/i915/display: Take panel replay into account in vsc sdp unpacking > drm/i915/display: Skip Panel Replay on pipe comparison if no active > planes > drm/display: Add missing Panel Replay Enable SU Region ET bit > drm/i915/psr: Split enabling sink for PSR and Panel Replay > drm/i915/alpm: Share alpm support checks with PSR code > drm/i915/psr: Add Panel Replay support to intel_psr2_config_et_valid > drm/i915/psr: Print Panel Replay status instead of frame lock status > drm/i915/psr: Move vblank length check to separate function > drm/i915/psr: Take into account SU SDP scanline indication in vblank > check > drm/i915/psr: Check vblank against IO buffer wake time on Lunarlake > drm/i915/psr: Wake time is aux less wake time for Panel Replay There are some checkpatch checks need to be fixed, with these fixed for the whole patchset, Reviewed-by: Animesh Manna <animesh.manna@xxxxxxxxx> > > drivers/gpu/drm/i915/display/intel_alpm.c | 11 +- > drivers/gpu/drm/i915/display/intel_alpm.h | 2 + > drivers/gpu/drm/i915/display/intel_display.c | 4 +- > .../drm/i915/display/intel_display_types.h | 1 + > drivers/gpu/drm/i915/display/intel_dp.c | 5 +- > drivers/gpu/drm/i915/display/intel_psr.c | 161 +++++++++--------- > include/drm/display/drm_dp.h | 1 + > 7 files changed, 102 insertions(+), 83 deletions(-) > > -- > 2.34.1