✗ CI.checkpatch: warning for drm/i915/display: Workaround for odd panning for planar yuv (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 26 13:34:47 UTC 2024
== Series Details ==
Series: drm/i915/display: Workaround for odd panning for planar yuv (rev4)
URL : https://patchwork.freedesktop.org/series/136422/
State : warning
== 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 e7d938038ad7d9b37435bb2bd22fa8a29ee86312
Author: Nemesa Garg <nemesa.garg at intel.com>
Date: Wed Sep 25 17:55:13 2024 +0530
drm/i915/display: Workaround for odd panning for planar yuv
Disable the support for odd x pan 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]
Signed-off-by: Nemesa Garg <nemesa.garg at intel.com>
+ /mt/dim checkpatch 0aa16240f88c313ecd35be3cb750288c4e44cf18 drm-intel
e7d938038ad7 drm/i915/display: Workaround for odd panning for planar yuv
-:37: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#37: FILE: drivers/gpu/drm/i915/display/intel_atomic_plane.c:1022:
+ if (IS_LUNARLAKE(i915) && fb->format->format == DRM_FORMAT_NV12
+ && src_w % 2 == 0)
total: 0 errors, 0 warnings, 1 checks, 17 lines checked
More information about the Intel-xe
mailing list