✓ CI.checkpatch: success for Improve type-safety on POWER_DOMAIN_*() macros (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 12 21:26:30 UTC 2025
== Series Details ==
Series: Improve type-safety on POWER_DOMAIN_*() macros (rev2)
URL : https://patchwork.freedesktop.org/series/144727/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 014c066a9719cf50c60ecf487859988633a2f36c
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date: Wed Feb 12 14:43:17 2025 -0300
drm/i915/display: Make POWER_DOMAIN_*() always result in enum intel_display_power_domain
In the hope of contributing to type safety in our code, let's ensure
that the type returned by the POWER_DOMAIN_*() macros is always of type
enum intel_display_power_domain.
v2:
- Remove accidental +1 in definition of POWER_DOMAIN_PIPE(). (Jani)
Cc: Jani Nikula <jani.nikula at intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 4af00c2e09da0269f3f329e660b6417037041bea drm-intel
c9b71c51f5d6 drm/i915/display: Use explicit cast in POWER_DOMAIN_*() macros
014c066a9719 drm/i915/display: Make POWER_DOMAIN_*() always result in enum intel_display_power_domain
More information about the Intel-xe
mailing list