✓ CI.checkpatch: success for ALPM rework and fixes (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Thu May 8 14:22:43 UTC 2025
== Series Details ==
Series: ALPM rework and fixes (rev3)
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 fa890ececc201cf1b6d1cc08b07703b4c00c00d8
Author: Jouni Högander <jouni.hogander at intel.com>
Date: Thu May 8 17:17:01 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.
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>
+ /mt/dim checkpatch 2862c51f227a36e59ee4a9bb90b690c9855a6246 drm-intel
10c538274a05 drm/i915/alpm: Make intel_alpm_enable_sink available for PSR
fa890ececc20 drm/i915/alpm: Stop writing ALPM registers when PSR is enabled
More information about the Intel-xe
mailing list