✗ CI.checkpatch: warning for drm/xe: Silence a number of sparse warnings

Patchwork patchwork at emeril.freedesktop.org
Tue Jan 9 13:01:28 UTC 2024


== Series Details ==

Series: drm/xe: Silence a number of sparse warnings
URL   : https://patchwork.freedesktop.org/series/128368/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3adf1938b914d57c5859b20c0503e5b6f29d4971
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date:   Tue Jan 9 12:24:05 2024 +0100

    drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomem
    
    The pointer points to IO memory, but the __iomem annotation was
    incorrectly placed. Annotate it correctly, update its usage accordingly
    and fix the corresponding sparse error.
    
    Fixes: d8b52a02cb40 ("drm/xe: Implement stolen memory.")
    Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
    Cc: Matthew Brost <matthew.brost at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch eacbcdb537a2774959d012206aba22848fdade26 drm-intel
dead640c5 drm/xe: Use __iomem for the regs pointer
-:12: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'a4e2f3a299ea', maybe rebased or not pulled?
#12: 
Fixes: a4e2f3a299ea ("drm/xe: refactor xe_mmio_probe_tiles to support MMIO extension")

total: 0 errors, 1 warnings, 0 checks, 8 lines checked
41b8ba722 drm/xe: Annotate xe_mem_region::mapping with __iomem
-:13: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '0887a2e7ab62', maybe rebased or not pulled?
#13: 
Fixes: 0887a2e7ab62 ("drm/xe: Make xe_mem_region struct")

total: 0 errors, 1 warnings, 0 checks, 24 lines checked
b96ab919a drm/xe: Annotate multiple mmio pointers with __iomem
-:12: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#12: 
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

-:13: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '3b0d4a557996', maybe rebased or not pulled?
#13: 
Fixes: 3b0d4a557996 ("drm/xe: Move register MMIO into xe_tile")

-:14: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '399a13323f0d', maybe rebased or not pulled?
#14: 
Fixes: 399a13323f0d ("drm/xe: add 28-bit address support in struct xe_reg")

total: 0 errors, 3 warnings, 0 checks, 24 lines checked
3adf1938b drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomem
-:13: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'd8b52a02cb40', maybe rebased or not pulled?
#13: 
Fixes: d8b52a02cb40 ("drm/xe: Implement stolen memory.")

total: 0 errors, 1 warnings, 0 checks, 16 lines checked




More information about the Intel-xe mailing list