✗ Fi.CI.CHECKPATCH: warning for drm/{ttm,xe}: Improve ttm_bo_vmap() and update xe
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 14 14:18:28 UTC 2024
== Series Details ==
Series: drm/{ttm,xe}: Improve ttm_bo_vmap() and update xe
URL : https://patchwork.freedesktop.org/series/134891/
State : warning
== Summary ==
Error: dim checkpatch failed
9e6b478225b7 iosys-map: Add allocator flags
77686d1beaaf drm/ttm: Store the bo_kmap_type in struct iosys_map
f6c08785dc7f drm/ttm: Support partial buffer mappings for ttm_bo_vmap()
a6e718455990 drm/ttm: Support kmap for single-page mappings in ttm_bo_vmap()
-:53: WARNING:DEPRECATED_API: Deprecated use of 'kmap', prefer 'kmap_local_page' instead
#53: FILE: drivers/gpu/drm/ttm/ttm_bo_util.c:538:
+ vaddr = kmap(ttm->pages[start_page]);
-:74: WARNING:DEPRECATED_API: Deprecated use of 'kunmap', prefer 'kunmap_local' instead
#74: FILE: drivers/gpu/drm/ttm/ttm_bo_util.c:583:
+ kunmap(kmap_to_page(map->vaddr));
total: 0 errors, 2 warnings, 0 checks, 51 lines checked
0bc209bee997 drm/xe: Remove vunmap calls object-freeing code
647ef007ceb6 drm/xe: Replace ttm_bo_kmap() with ttm_bo_vmap()
More information about the Intel-gfx
mailing list