✓ CI.checkpatch: success for drm/xe/pm: Also avoid missing outer rpm warning on system suspend

Patchwork patchwork at emeril.freedesktop.org
Wed Dec 18 03:05:59 UTC 2024


== Series Details ==

Series: drm/xe/pm: Also avoid missing outer rpm warning on system suspend
URL   : https://patchwork.freedesktop.org/series/142758/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ee0dd877ac294df7527a42d59fb5b262097fff06
Author: Rodrigo Vivi <rodrigo.vivi at intel.com>
Date:   Tue Dec 17 18:05:47 2024 -0500

    drm/xe/pm: Also avoid missing outer rpm warning on system suspend
    
    We have some cases where display is releasing power domains at
    release_async_put_domains() where intel_runtime_pm_get_noresume()
    is called, but no outer protection. In Xe this will trigger our
    traditional warning. However, this case should be safe because
    it is triggered from the system suspend path, where we certainly
    won't be transitioning to rpm suspend.
    
    This wouldn't happen if the display pm sequences, including
    all irq flow was in sync between i915 and xe. So, while we
    don't get there, let's not raise warnings when we are in this
    system suspend path.
    
    Suggested-by: Imre Deak <imre.deak at intel.com>
    Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 69607bbcaccc29ae254d974a5e547d873e7c0ac0 drm-intel
ee0dd877ac29 drm/xe/pm: Also avoid missing outer rpm warning on system suspend




More information about the Intel-xe mailing list