✓ CI.checkpatch: success for ALPM rework and fixes (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 13 16:16:19 UTC 2025
== Series Details ==
Series: ALPM rework and fixes (rev4)
URL : https://patchwork.freedesktop.org/series/148619/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0450b38d640be7690f062657365e507f0feb7f82
Author: Jouni Högander <jouni.hogander at intel.com>
Date: Tue May 13 08:48:14 2025 +0300
drm/i915/alpm: Stop writing ALPM registers when PSR is enabled
Currently we are seeing these on PTL:
xe 0000:00:02.0: [drm] *ERROR* Timeout waiting for DDI BUF A to get active
These seem to be caused by writing ALPM registers while Panel Replay is
enabled.
Fix this by writing ALPM registers only when Panel Replay is about to be
enabled.
v4: improve comment on intel_psr_panel_replay_enable_sink call
v3: enable/disable ALPM from PSR code
Fixes: 172757acd6f6 ("drm/i915/lobf: Add lobf enablement in post plane update")
Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal at intel.com>
+ /mt/dim checkpatch d0d3c136f60cbee6ede33f207b4e6d6b2f04779d drm-intel
c0e063565bc9 drm/i915/alpm: Make intel_alpm_enable_sink available for PSR
0450b38d640b drm/i915/alpm: Stop writing ALPM registers when PSR is enabled
More information about the Intel-xe
mailing list