✓ CI.checkpatch: success for ALPM rework and fixes (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 13 05:53:59 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 1e179f3db41e4174d75bb4624bb022233dd3fcc6
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>
+ /mt/dim checkpatch ccbe266e6269fe62cb8f5d80cd9226134ea38e97 drm-intel
037095ab9707 drm/i915/alpm: Make intel_alpm_enable_sink available for PSR
1e179f3db41e drm/i915/alpm: Stop writing ALPM registers when PSR is enabled
More information about the Intel-xe
mailing list