[Intel-xe] ✗ CI.checkpatch: warning for Backport i915_sw_fence to dma fence conversion

Patchwork patchwork at emeril.freedesktop.org
Mon Nov 6 06:51:54 UTC 2023


== Series Details ==

Series: Backport i915_sw_fence to dma fence conversion
URL   : https://patchwork.freedesktop.org/series/126003/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a60becce23984e17e65adac9097c9078cdae0e80
Author: Jouni Högander <jouni.hogander at intel.com>
Date:   Mon Nov 6 08:48:34 2023 +0200

    fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
    
    Now as we have common dma fence handling for i915 and Xe we don't need to
    have differing intel_prepare_plane_fb implementations.
    
    Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
+ /mt/dim checkpatch fc457bcc18109467961edc92c80b238009f6a9fb drm-intel
f8ac2d38b fixup! drm/xe/display: Implement display support
d4e5d5b16 Revert "FIXME: drm/i915: fence stuff"
-:9: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '71d917d54a6083bea663977b4ff0b40b3a1faa94', maybe rebased or not pulled?
#9: 
This reverts commit 71d917d54a6083bea663977b4ff0b40b3a1faa94.

total: 0 errors, 1 warnings, 0 checks, 74 lines checked
19a16c97a Revert "drm/xe/display: Append dma_buf fences to framebuffer fences"
-:10: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '7e0573248ae49ffcabe9d2cfb415292ae9a802bd', maybe rebased or not pulled?
#10: 
This reverts commit 7e0573248ae49ffcabe9d2cfb415292ae9a802bd.

total: 0 errors, 1 warnings, 0 checks, 28 lines checked
39aa0d338 fixup! drm/xe/display: Implement display support
-:26: CHECK:SPACING: No space is necessary after a cast
#26: FILE: drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h:213:
+#define i915_gem_fence_wait_priority(fence, attr) do { (void) attr; } while (0)

-:26: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#26: FILE: drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h:213:
+};
+#define i915_gem_fence_wait_priority(fence, attr) do { (void) attr; } while (0)

-:26: WARNING:SINGLE_STATEMENT_DO_WHILE_MACRO: Single statement macros should not use a do {} while (0) loop
#26: FILE: drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h:213:
+#define i915_gem_fence_wait_priority(fence, attr) do { (void) attr; } while (0)

total: 0 errors, 1 warnings, 2 checks, 12 lines checked
789c05cde drm/i915/display: Use dma_fence interfaces instead of i915_sw_fence
c9031c5ae drm/i915/display: Use intel_bo_to_drm_bo instead of obj->base
d15e418a3 fixup! drm/xe/display: Implement display support
a60becce2 fixup! FIXME: drm/i915/display: Remaining changes to make xe compile




More information about the Intel-xe mailing list