[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Introduce function pointers for MMIO functions

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 2 14:27:55 UTC 2023


== Series Details ==

Series: drm/xe: Introduce function pointers for MMIO functions
URL   : https://patchwork.freedesktop.org/series/118783/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ed3d084d45e2ea0d406c3bb09c1e10e450afc816
Author: Francois Dugast <francois.dugast at intel.com>
Date:   Fri Jun 2 14:25:01 2023 +0000

    drm/xe: Introduce function pointers for MMIO functions
    
    A local structure of function pointers is used as a minimal hardware
    abstraction layer to prepare for platform independent MMIO calls.
    
    Cc: Oded Gabbay <ogabbay at kernel.org>
    Cc: Ofir Bitton <ofir1.bitton at intel.com>
    Cc: Ohad Sharabi <ohadshar at intel.com>
    Signed-off-by: Francois Dugast <francois.dugast at intel.com>
+ /mt/dim checkpatch 9f49c413b187c00f223eaf1e8dbe2c1a97c9954b drm-intel
ed3d084d4 drm/xe: Introduce function pointers for MMIO functions
-:51: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#51: FILE: drivers/gpu/drm/xe/xe_mmio.c:43:
+static inline void xe_mmio_write32_device(struct xe_gt *gt,
+				   struct xe_reg reg, u32 val)

-:72: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#72: FILE: drivers/gpu/drm/xe/xe_mmio.c:64:
+static inline void xe_mmio_write64_device(struct xe_gt *gt,
+				   struct xe_reg reg, u64 val)

total: 0 errors, 0 warnings, 2 checks, 173 lines checked




More information about the Intel-xe mailing list