mbox series

[0/6] ALPM AUX-Less

Message ID 20240215104934.2395239-1-jouni.hogander@intel.com (mailing list archive)
Headers show
Series ALPM AUX-Less | expand

Message

Jouni Högander Feb. 15, 2024, 10:49 a.m. UTC
This patch set is implementing calculation of ALPM AUX-Less parameters
for Intel HW and writing them in case of AUX-Less is enabled. It is
also enabling ALPM AUX-Less for eDP Panel Replay. Current code is
currently not allowing Panel Replay on eDP. Patches for this are
coming later.

Cc: Animesh Manna <animesh.manna@intel.com>
Cc: Arun R Murthy <arun.r.murthy@intel.com>

Jouni Högander (6):
  drm/display: Add missing aux less alpm wake related bits
  drm/i915/psr: Calculate aux less wake time
  drm/i915/psr: Calculate aux less switch to active latency
  drm/i915/psr: Silence period and lfps half cycle
  drm/i915/psr: Add missing ALPM AUX-Less register defintions
  drm/i915/psr: Enable ALPM for eDP Panel replay

 .../drm/i915/display/intel_display_types.h    |   4 +
 drivers/gpu/drm/i915/display/intel_psr.c      | 188 +++++++++++++++++-
 drivers/gpu/drm/i915/display/intel_psr_regs.h |  12 +-
 include/drm/display/drm_dp.h                  |   5 +-
 4 files changed, 200 insertions(+), 9 deletions(-)