✗ CI.checkpatch: warning for drm/i915/display: Add Wa_16023981245
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 22 18:42:16 UTC 2024
== Series Details ==
Series: drm/i915/display: Add Wa_16023981245
URL : https://patchwork.freedesktop.org/series/140326/
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 708ac863990326e75bc5ca8ca6d21139374d7da2
Author: Nemesa Garg <nemesa.garg at intel.com>
Date: Tue Oct 22 22:01:17 2024 +0530
drm/i915/display: Add Wa_16023981245
Disable the support for odd panning in x direction.
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
v7: Remove check for NV12.
Add check for PTL as well [Matt]
Continuing discussions from:
https://patchwork.freedesktop.org/series/136416/
Signed-off-by: Nemesa Garg <nemesa.garg at intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal at intel.com>
+ /mt/dim checkpatch 8a7ac0227c7c3fe2fcb01a933df5b9c49c7f2832 drm-intel
708ac8639903 drm/i915/display: Add Wa_16023981245
-:43: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#43: FILE: drivers/gpu/drm/i915/display/intel_atomic_plane.c:1030:
+ if ((DISPLAY_VER_FULL(i915) == IP_VER(20, 0) ||
+ DISPLAY_VER_FULL(i915) == IP_VER(30, 0)) &&
total: 0 errors, 0 warnings, 1 checks, 12 lines checked
More information about the Intel-xe
mailing list