✗ CI.checkpatch: warning for TTM placement changes

Patchwork patchwork at emeril.freedesktop.org
Wed Jan 17 11:12:48 UTC 2024


== Series Details ==

Series: TTM placement changes
URL   : https://patchwork.freedesktop.org/series/128873/
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
e7f730565356938dd6c63cd498218fdc5d6a22b0
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a4496dd92af28062bd0d907f27da3adcd07203e6
Author: Christian König <ckoenig.leichtzumerken at gmail.com>
Date:   Wed Jan 17 11:52:36 2024 +0100

    drm/amdgpu: use GTT only as fallback for VRAM|GTT
    
    Try to fill up VRAM as well by setting the busy flag on GTT allocations.
    
    This fixes the issue that when VRAM was evacuated for suspend it's never
    filled up again unless the application is restarted.
    
    Signed-off-by: Christian König <christian.koenig at amd.com>
+ /mt/dim checkpatch 802f9a6662f7ad62bf92457f62a5d42c7249bb5c drm-intel
4c01e2e19 drm/vmwgfx: remove vmw_vram_gmr_placement
-:70: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken at gmail.com>' != 'Signed-off-by: Christian König <christian.koenig at amd.com>'

total: 0 errors, 1 warnings, 0 checks, 47 lines checked
71ca39110 drm/ttm: return ENOSPC from ttm_bo_mem_space
-:39: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken at gmail.com>' != 'Signed-off-by: Christian König <christian.koenig at amd.com>'

total: 0 errors, 1 warnings, 0 checks, 17 lines checked
55079accd drm/ttm: replace busy placement with flags v6
de5cf3a81 drm/ttm: improve idle/busy handling v3
-:371: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken at gmail.com>' != 'Signed-off-by: Christian König <christian.koenig at amd.com>'

total: 0 errors, 1 warnings, 0 checks, 301 lines checked
a4496dd92 drm/amdgpu: use GTT only as fallback for VRAM|GTT
-:32: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: "Christian König" <ckoenig.leichtzumerken at gmail.com>' != 'Signed-off-by: Christian König <christian.koenig at amd.com>'

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




More information about the Intel-xe mailing list