This patch set is adding some missing AUX wake related configuration for Lunar Lake. Also ALPM parameters are moved to separate struct because amount of parameters is about to increase in upcoming patches. Additionally all ALPM related register definitions are added for Lunar Lake. v3: - Fix ALPM_CTL2_A address - Remove duplicate defines - Move alpm_parameters struct definition to intel_psr struct - Move DISP_VER checks into _lnl_compute_alpm_param and lnl_alpm_configure - v2: - Use REG_BIT instead of BIT - Add commit message to first patch Jouni Högander (4): drm/i915/alpm: Add ALPM register definitions drm/i915/psr: Add alpm_parameters struct drm/i915/alpm: Calculate ALPM Entry check drm/i915/alpm: Alpm aux wake configuration for lnl .../drm/i915/display/intel_display_types.h | 11 ++- drivers/gpu/drm/i915/display/intel_psr.c | 72 +++++++++++++++---- drivers/gpu/drm/i915/display/intel_psr_regs.h | 57 +++++++++++++++ 3 files changed, 126 insertions(+), 14 deletions(-) -- 2.34.1