✓ CI.checkpatch: success for drm/i915/psr: Underrun on idle PSR wa only when pkgc latency > delayed vblank
Patchwork
patchwork at emeril.freedesktop.org
Tue May 27 04:25:57 UTC 2025
== Series Details ==
Series: drm/i915/psr: Underrun on idle PSR wa only when pkgc latency > delayed vblank
URL : https://patchwork.freedesktop.org/series/149170/
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 832c6ab9746b46e5c58281be10643ce2f8a70b1d
Author: Jouni Högander <jouni.hogander at intel.com>
Date: Mon May 19 10:52:23 2025 +0300
drm/i915/psr: Underrun on idle PSR wa only when pkgc latency > delayed vblank
Underrun on idle PSR workaround (Wa_16025596647) is supposed to be
applied only when pkg c latency > delayed vblank. Currently we are
applying it always when other criterias are met.
Fix this by adding new boolean flag which is supposed to be set when
calculating watermark levels and pkgc latency > delayed vblank is
detected. currently this scenario is blocked but might be added
later. Due to this add also TODO comment into
skl_max_wm_level_for_vblank.
Bspec: 74151
Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
+ /mt/dim checkpatch 3e019cc3eaffcb7022b9de66871eabdefd6e06ff drm-intel
832c6ab9746b drm/i915/psr: Underrun on idle PSR wa only when pkgc latency > delayed vblank
More information about the Intel-xe
mailing list