[Intel-xe] ✓ CI.checkpatch: success for Xe runtime pm fixes

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 16 14:16:51 UTC 2023


== Series Details ==

Series: Xe runtime pm fixes
URL   : https://patchwork.freedesktop.org/series/119467/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 44551c08470a0387ddea9deba2c978b0f0140b4f
Author: Anshuman Gupta <anshuman.gupta at intel.com>
Date:   Fri Jun 16 19:41:15 2023 +0530

    drm/xe/pm: Fix PM runtime_idle callback
    
    xe driver is using runtime_idle RPM callback but
    xe_pm_runtime_put() is using pm_runtime_put_autosuspend(), which
    eventually make PM Core to trigger autosuspend directly
    without even calling runtime_idle callback.
    
    Fixing it accordingly in both xe_pm_runtime_put()
    and xe_pci_runtime_idle().
    
    Signed-off-by: Anshuman Gupta <anshuman.gupta at intel.com>
+ /mt/dim checkpatch 6bdcfb99792f60648ac64917fe25c6ac4023ac6d drm-intel
cc0688325 drm/xe/pm: Wrap pm_runtime_suspended with power.lock
44551c084 drm/xe/pm: Fix PM runtime_idle callback




More information about the Intel-xe mailing list