[Intel-xe] ✗ CI.checkpatch: warning for MMIO extension support for multi-tile devices

Patchwork patchwork at emeril.freedesktop.org
Wed Sep 13 13:53:10 UTC 2023


== Series Details ==

Series: MMIO extension support for multi-tile devices
URL   : https://patchwork.freedesktop.org/series/123636/
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 2cea5994688f04dbb2314ca0e7866847140a0d96
Author: Koby Elbaz <kelbaz at habana.ai>
Date:   Wed Sep 13 12:58:00 2023 +0300

    drm/xe: refactor xe_mmio_probe_tiles to support MMIO extension
    
    In future ASICs, there will be an additional MMIO extension space
    for all tiles altogether, residing on top of MMIO address space.
    
    Signed-off-by: Koby Elbaz <kelbaz at habana.ai>
    Reviewed-by: Ofir Bitton <obitton at habana.ai>
    Reviewed-by: Moti Haimovski <mhaimovski at habana.ai>
+ /mt/dim checkpatch 89b671db4d8e2c46f27044d39c69095f597290e5 drm-intel
960ff0c46 drm/xe: add 28-bit address support in struct xe_reg
af18eebf0 drm/xe: add read/write support for MMIO extension space
a4dfcae52 drm/xe: add a flag to bypass multi-tile config from MTCFG reg
-:47: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#47: FILE: drivers/gpu/drm/xe/xe_mmio.c:331:
+		adj_tile_count = xe->info.tile_count =

total: 0 errors, 0 warnings, 1 checks, 61 lines checked
2b5c92aad drm/xe: add MMIO extension support flags
8747fef4b drm/xe: map MMIO BAR according to the num of tiles in device desc
2cea59946 drm/xe: refactor xe_mmio_probe_tiles to support MMIO extension
-:62: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#62: FILE: drivers/gpu/drm/xe/xe_mmio.c:337:
+			drm_info(&xe->drm, "tile_count: %d, reduced_tile_count %d\n",
+				xe->info.tile_count, tile_count);

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




More information about the Intel-xe mailing list