[Intel-xe] ✓ CI.checkpatch: success for Use acpi_target_system_state only if ACPI_SLEEP is enabled
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 5 20:05:32 UTC 2023
== Series Details ==
Series: Use acpi_target_system_state only if ACPI_SLEEP is enabled
URL : https://patchwork.freedesktop.org/series/123305/
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 c733f83ce7f2fc91a043b56b8b27ccaf5bc336d2
Author: Francois Dugast <francois.dugast at intel.com>
Date: Tue Sep 5 19:49:42 2023 +0000
drm/xe/display: Use acpi_target_system_state only if ACPI_SLEEP is enabled
This fixes the build error below with CONFIG_ACPI_SLEEP=n:
drivers/gpu/drm/xe/xe_display.c:334:23: error: implicit declaration of function ‘acpi_target_system_state’; did you mean ‘acpi_get_system_info’? [-Werror=implicit-function-declaration]
334 | bool s2idle = acpi_target_system_state() < ACPI_STATE_S3;
Signed-off-by: Francois Dugast <francois.dugast at intel.com>
+ /mt/dim checkpatch 7ec520d3a63b6e95174329108cd44359a70907ba drm-intel
c733f83ce drm/xe/display: Use acpi_target_system_state only if ACPI_SLEEP is enabled
More information about the Intel-xe
mailing list