✗ Fi.CI.CHECKPATCH: warning for drm/xe/display: use mul_u32_u32 for multiplying operands
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 10 03:26:26 UTC 2024
== Series Details ==
Series: drm/xe/display: use mul_u32_u32 for multiplying operands
URL : https://patchwork.freedesktop.org/series/132241/
State : warning
== Summary ==
Error: dim checkpatch failed
39c1a67defad drm/xe/display: use mul_u32_u32 for multiplying operands
-:23: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#23: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:32:
+ u64 pte = ggtt->pt_ops->pte_encode_bo(bo, mul_u32_u32(src_idx, XE_PAGE_SIZE),
-:52: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#52: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:170:
+ u64 pte = ggtt->pt_ops->pte_encode_bo(bo, mul_u32_u32(src_idx, XE_PAGE_SIZE),
total: 0 errors, 2 warnings, 0 checks, 34 lines checked
More information about the Intel-gfx
mailing list