== Series Details == Series: drm/helpers: Make the suballocation manager drm generic (rev2) URL : https://patchwork.freedesktop.org/series/114299/ State : warning == Summary == Error: dim checkpatch failed 9a396adf2225 drm/suballoc: Extract amdgpu_sa.c as generic suballocation helper Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in <module> from ply import lex, yacc ModuleNotFoundError: No module named 'ply' Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in <module> from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:66: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #66: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 584 lines checked 32ed88e340b0 drm/amd: Convert amdgpu to use suballocation helper. -:62: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u64' over 'uint64_t' #62: FILE: drivers/gpu/drm/amd/amdgpu/amdgpu.h:430: + uint64_t gpu_addr; total: 0 errors, 0 warnings, 1 checks, 487 lines checked c71372f410ef drm/radeon: Use the drm suballocation manager implementation. -:95: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u64' over 'uint64_t' #95: FILE: drivers/gpu/drm/radeon/radeon.h:518: + uint64_t gpu_addr; -:156: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #156: FILE: drivers/gpu/drm/radeon/radeon_ib.c:204: + RADEON_IB_POOL_SIZE*64*1024, 256, ^ -:156: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #156: FILE: drivers/gpu/drm/radeon/radeon_ib.c:204: + RADEON_IB_POOL_SIZE*64*1024, 256, ^ -:166: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #166: FILE: drivers/gpu/drm/radeon/radeon_ib.c:212: + RADEON_IB_POOL_SIZE*64*1024, 256, ^ -:166: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #166: FILE: drivers/gpu/drm/radeon/radeon_ib.c:212: + RADEON_IB_POOL_SIZE*64*1024, 256, ^ -:211: CHECK:AVOID_EXTERNS: extern prototypes should be avoided in .h files #211: FILE: drivers/gpu/drm/radeon/radeon_object.h:200: +extern int radeon_sa_bo_new(struct radeon_sa_manager *sa_manager, -:214: CHECK:AVOID_EXTERNS: extern prototypes should be avoided in .h files #214: FILE: drivers/gpu/drm/radeon/radeon_object.h:203: +extern void radeon_sa_bo_free(struct drm_suballoc **sa_bo, total: 0 errors, 0 warnings, 7 checks, 551 lines checked