✓ CI.checkpatch: success for Expose modifiers/formats supported by async flips (rev15)
Patchwork
patchwork at emeril.freedesktop.org
Fri Apr 4 08:24:51 UTC 2025
== Series Details ==
Series: Expose modifiers/formats supported by async flips (rev15)
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 f9d601c29de49f9177591c65f860901dcf56d421
Author: Arun R Murthy <arun.r.murthy at intel.com>
Date: Fri Apr 4 10:48:57 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.
Note: This may change the alignment for C8 framebuffers on some
platforms.
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 bc18da45d48d337b92a7ff9546ba61da32b3b586 drm-intel
cae8169d6c4e drm/plane: Add new plane property IN_FORMATS_ASYNC
daa3fc857570 drm/plane: modify create_in_formats to acommodate async
e95d5d080c87 drm/i915/display: Acomodate format check in intel_plane_can_async_flip()
15125b9f530b drm/i915/display: Add i915 hook for format_mod_supported_async
f9d601c29de4 drm/i915/display: Indexed 8bit format does not support async flip
More information about the Intel-xe
mailing list