✓ CI.checkpatch: success for drm/xe/guc: Remove explicit shutdown of SLPC (rev2)

Patchwork patchwork at emeril.freedesktop.org
Mon Mar 25 23:12:38 UTC 2024


== Series Details ==

Series: drm/xe/guc: Remove explicit shutdown of SLPC (rev2)
URL   : https://patchwork.freedesktop.org/series/131449/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 268f1a78abf2f90c4692f4e0dd22af9f7c68c0f9
Author: Vinay Belgaumkar <vinay.belgaumkar at intel.com>
Date:   Thu Mar 21 11:49:24 2024 -0700

    drm/xe/guc: Remove explicit shutdown of SLPC
    
    SLPC shutdown is called in reset and suspend paths. In the reset
    path, it is possible that the H2G call gets lost as GuC is in the
    process of being reset. There is no value in stopping SLPC when
    it will happen anyways.
    
    In the suspend path, we disable communication with GuC, so there
    is no need to explicitly shutdown SLPC.
    
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar at intel.com>
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 4a8fabcf2f1aadbbb777a94edd01549c2aa95caf drm-intel
268f1a78abf2 drm/xe/guc: Remove explicit shutdown of SLPC




More information about the Intel-xe mailing list