✓ CI.checkpatch: success for Expose modifiers/formats supported by async flips (rev10)
Patchwork
patchwork at emeril.freedesktop.org
Wed Mar 12 14:08:04 UTC 2025
== Series Details ==
Series: Expose modifiers/formats supported by async flips (rev10)
URL : https://patchwork.freedesktop.org/series/140934/
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
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9a8553d28d01a9e791c80a5c46c12db71fe92ac7
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Wed Mar 12 18:39:23 2025 +0530
drm/i915/display: Add i915 hook for format_mod_supported_async
Hook up the newly added plane function pointer
format_mod_supported_async to populate the modifiers/formats supported
by asynchronous flips.
v5: Correct the if condition for modifier support check (Chaitanya)
v6: Replace uint32_t/uint64_t with u32/u64 (Jani)
v7: Move plannar check from intel_async_flip_check_hw() to
intel_plane_format_mod_supported_async() (Ville)
v8: In case of error print format/modifier (Chaitanya
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
+ /mt/dim checkpatch dd638300cdc171bdd070ebad302134ada2aa5945 drm-intel
3b9b41441556 drm/plane: Add new plane property IN_FORMATS_ASYNC
d36c056bb967 drm/plane: modify create_in_formats to accommodate async
9a8553d28d01 drm/i915/display: Add i915 hook for format_mod_supported_async
More information about the Intel-xe
mailing list