✓ CI.checkpatch: success for drm/i915/psr: Underrun on idle PSR wa only when pkgc latency > delayed vblank

Patchwork patchwork at emeril.freedesktop.org
Mon May 19 07:57:51 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 8a6304d56c9551582a186eb7f58e168b51809e37
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 ac591277cad35a421daf3256c60e89d0a4be9fda drm-intel
8a6304d56c95 drm/i915/psr: Underrun on idle PSR wa only when pkgc latency > delayed vblank




More information about the Intel-xe mailing list