drm/i915/display: Add function to configure LFPS sending
authorJouni Högander <jouni.hogander@intel.com>
Mon, 26 May 2025 12:05:10 +0000 (15:05 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Thu, 29 May 2025 05:13:43 +0000 (08:13 +0300)
commit9dc619680de4ae04930e8a0df8b5c37d280a1b25
tree9453ccf7271f06cc8b126b9cf27706595defd4f8
parent7acc76a37e5d5743102784be82e6ae6dd784043c
drm/i915/display: Add function to configure LFPS sending

Add function to configre LFPS sending for Panel Replay according to link
training sequence in HAS document.

This assumes we are using AUX Less always if it's supported by the sink and
the source.

v2:
  - drop HAS reference
  - replay kerneldoc comment with a generic comment
  - check display version in intel_lnl_mac_transmit_lfps

Bspec: 68849
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://lore.kernel.org/r/20250526120512.1702815-11-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_cx0_phy.c
drivers/gpu/drm/i915/display/intel_cx0_phy.h
drivers/gpu/drm/i915/display/intel_ddi.c