✗ CI.checkpatch: warning for drm/i915/display: Workaround for odd panning for planar yuv (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Mon Sep 30 11:29:10 UTC 2024
== Series Details ==
Series: drm/i915/display: Workaround for odd panning for planar yuv (rev5)
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 b23b7fa02f835df722b85323b324a6edba91fcba
Author: Nemesa Garg <nemesa.garg at intel.com>
Date: Mon Sep 30 16:51:46 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]
Signed-off-by: Nemesa Garg <nemesa.garg at intel.com>
+ /mt/dim checkpatch 8ffb4ffcd9c475e88792494601785dc5d617c5f1 drm-intel
b23b7fa02f83 drm/i915/display: Workaround for odd panning for planar yuv
-:6: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#6:
Disable the support for odd x pan for even xsize for NV12 format as underrun
total: 0 errors, 1 warnings, 0 checks, 14 lines checked
More information about the Intel-xe
mailing list