✗ CI.checkpatch: warning for drm/xe/d3cold: Set power state to D3Cold during s2idle/s3

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 27 16:25:00 UTC 2025


== Series Details ==

Series: drm/xe/d3cold: Set power state to D3Cold during s2idle/s3
URL   : https://patchwork.freedesktop.org/series/146883/
State : warning

== 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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5ee52feb97e6c4dbe62c5729af652b7feadd73b9
Author: Badal Nilawar <badal.nilawar at intel.com>
Date:   Thu Mar 27 21:49:14 2025 +0530

    drm/xe/d3cold: Set power state to D3Cold during s2idle/s3
    
    According to pci core guidelines, pci_save_config is recommended when the
    driver explicitly needs to set the pci power state. As of now xe kmd is
    only doing pci_save_config while entering to s2idle/s3 state, which makes
    pci core think that device driver has already applied required pci power
    state. This leads to GPU remain in D0 state. To fix the issue setting
    the pci power state to D3Cold.
    
    Fixes:dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
    Cc: Rafael J. Wysocki <rafael.j.wysocki at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Badal Nilawar <badal.nilawar at intel.com>
    Signed-off-by: Anshuman Gupta <anshuman.gupta at intel.com>
+ /mt/dim checkpatch 6b12f0606e27042adf3ad16f57a837682d081158 drm-intel
5ee52feb97e6 drm/xe/d3cold: Set power state to D3Cold during s2idle/s3
-:13: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12+ chars of sha1> ("<title line>")' - ie: 'Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")'
#13: 
Fixes:dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

total: 0 errors, 1 warnings, 0 checks, 7 lines checked




More information about the Intel-xe mailing list