✓ CI.checkpatch: success for drm/i915/display: Workaround for odd panning for planar yuv (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 16 09:53:36 UTC 2024
== Series Details ==
Series: drm/i915/display: Workaround for odd panning for planar yuv (rev6)
URL : https://patchwork.freedesktop.org/series/136422/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2afd2d2a25198c471dc8d880bcfbbc138934fb5a
Author: Nemesa Garg <nemesa.garg at intel.com>
Date: Wed Oct 16 12:54:36 2024 +0530
drm/i915/display: Workaround for odd panning for planar yuv
Disable the support for odd x pan for even xsize for NV12
format as underrun issue is seen.
WA: 16024459452
v2: Replace HSD with WA in commit message [Suraj]
Modified the condition for handling odd panning
v3: Simplified the condition for checking hsub
Using older framework for wa as rev1[Jani]
v4: Modify the condition for hsub [Sai Teja]
Initialize hsub in else path [Dan]
v5: Replace IS_LUNARLAKE with display version.
Resolve nitpicks[Jani]
v6: Replace -EINVAL with hsub [Suraj]
Remove src_w check as not required
Signed-off-by: Nemesa Garg <nemesa.garg at intel.com>
+ /mt/dim checkpatch 12e4970af1ecdeb76e94df2daf51a9c3d6b9f519 drm-intel
2afd2d2a2519 drm/i915/display: Workaround for odd panning for planar yuv
More information about the Intel-xe
mailing list