✓ CI.checkpatch: success for ALPM rework and fixes (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 6 15:34:57 UTC 2025
== Series Details ==
Series: ALPM rework and fixes (rev2)
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 543113efcb236a6f5a02fef55f98112ad61dddb4
Author: Jouni Högander <jouni.hogander at intel.com>
Date: Tue May 6 17:49:12 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.
v2: take into account disabled hw in old_crtc_state
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 9f365ea4cf81b0d81ad82903e5605894ca4aba98 drm-intel
d9de38137ae2 drm/i915/alpm: Move disabling sink ALPM to intel_alpm.c
5e620848be30 drm/i915/alpm: Disable ALPM rework
543113efcb23 drm/i915/alpm: Stop writing ALPM registers when PSR is enabled
More information about the Intel-xe
mailing list