✓ CI.checkpatch: success for Expose modifiers/formats supported by async flips (rev14)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 28 16:36:27 UTC 2025
== Series Details ==
Series: Expose modifiers/formats supported by async flips (rev14)
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9eff0a1969cce3849e91d11e0b3e98fe47ca3f8a
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Fri Mar 28 21:26:24 2025 +0530
drm/i915/display: Indexed 8bit format does not support async flip
Async flip is not supported with Indexed 8 bit format as it depends on
LUT and can't be updated atomically.
Signed-off-by: Arun R Murthy <arun.r.murthy at intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
+ /mt/dim checkpatch 4cac9bb1b5db81d533be95f97dd30c03a8733871 drm-intel
79ae6f2ed79b drm/plane: Add new plane property IN_FORMATS_ASYNC
cf1b5af8c955 drm/plane: modify create_in_formats to acommodate async
98e8625d655c drm/i915/display: Acomodate format check in intel_plane_can_async_flip()
0e4857abb156 drm/i915/display: Add i915 hook for format_mod_supported_async
9eff0a1969cc drm/i915/display: Indexed 8bit format does not support async flip
More information about the Intel-xe
mailing list