[Intel-xe] ✓ CI.checkpatch: success for drm/xe: do not register to PM if GuC is disabled
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 28 14:35:54 UTC 2023
== Series Details ==
Series: drm/xe: do not register to PM if GuC is disabled
URL : https://patchwork.freedesktop.org/series/124406/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1bdaa94b81b1c75b2977b3ee43fc95b7b5e9c02b
Author: Ohad Sharabi <osharabi at habana.ai>
Date: Thu Sep 28 16:56:21 2023 +0300
drm/xe: do not register to PM if GuC is disabled
When working without GuC (i.e. working with execlists), the flow
attempts to perform suspend operation which is failing due to a
lack of support without GuC.
If PM ops are not supported without GuC we may as well avoid PM
registration rather than returning errors from various PM flows.
Signed-off-by: Ohad Sharabi <osharabi at habana.ai>
+ /mt/dim checkpatch 7c58b58522cf124dd324fbf95d9dd838fac36bcb drm-intel
1bdaa94b8 drm/xe: do not register to PM if GuC is disabled
More information about the Intel-xe
mailing list