[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Add support for atomic async page-flip
Patchwork
patchwork at emeril.freedesktop.org
Thu Nov 23 00:08:53 UTC 2023
== Series Details ==
Series: drm: Add support for atomic async page-flip
URL : https://patchwork.freedesktop.org/series/126776/
State : warning
== Summary ==
Error: dim checkpatch failed
f67ff1ac2013 drm: Refuse to async flip with atomic prop changes
-:43: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u64' over 'uint64_t'
#43: FILE: drivers/gpu/drm/drm_atomic_uapi.c:1026:
+ uint64_t prop_value,
-:47: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u64' over 'uint64_t'
#47: FILE: drivers/gpu/drm/drm_atomic_uapi.c:1030:
+ uint64_t old_val;
-:100: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#100: FILE: drivers/gpu/drm/drm_atomic_uapi.c:1100:
+ drm_dbg_atomic(prop->dev,
+ "[OBJECT:%d] Only primary planes can be changed during async flip\n",
-:137: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u64' over 'uint64_t'
#137: FILE: drivers/gpu/drm/drm_crtc_internal.h:256:
+ uint64_t prop_value, bool async_flip);
total: 0 errors, 0 warnings, 4 checks, 116 lines checked
b744d7256084 drm: allow DRM_MODE_PAGE_FLIP_ASYNC for atomic commits
f7ba583e7663 drm: introduce DRM_CAP_ATOMIC_ASYNC_PAGE_FLIP
5b3e36f04459 drm/doc: Define KMS atomic state set
More information about the Intel-gfx
mailing list