✓ CI.checkpatch: success for drm/xe: Stop checking for power_lost on D3Cold
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 27 19:33:42 UTC 2024
== Series Details ==
Series: drm/xe: Stop checking for power_lost on D3Cold
URL : https://patchwork.freedesktop.org/series/130451/
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
9ab59fc4b7cb7663906ac4471a262434aef57f03
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b5ba87a8cde025bb9655ddbeaa1d6d8e4aa7f206
Author: Rodrigo Vivi <rodrigo.vivi at intel.com>
Date: Tue Feb 27 13:43:30 2024 -0500
drm/xe: Stop checking for power_lost on D3Cold
GuC reset status is not reliable for this purpose and it is
once in a while ending up in a situation of D3Cold, where
power_reset is false and without the proper memory restoration
the GuC reload and Display will fail to come back from D3Cold.
So, let's do a full restoration of everything if we have a risk
of losing power, without further optimizations.
Cc: Anshuman Gupta <anshuman.gupta at intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 0d7a78693be62a8d1cd311376815b89b18de8204 drm-intel
b5ba87a8cde0 drm/xe: Stop checking for power_lost on D3Cold
More information about the Intel-xe
mailing list