✗ CI.checkpatch: warning for drm/xe/sriov: Don't migrate dmabuf BO to System RAM while running in VM

Patchwork patchwork at emeril.freedesktop.org
Sat Oct 12 03:16:18 UTC 2024


== Series Details ==

Series: drm/xe/sriov: Don't migrate dmabuf BO to System RAM while running in VM
URL   : https://patchwork.freedesktop.org/series/139920/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 384317b76f70225d6fa7229b2ee6fda9a51f8e2d
Author: Vivek Kasireddy <vivek.kasireddy at intel.com>
Date:   Fri Oct 11 19:40:27 2024 -0700

    drm/xe/pt: Add an additional check for dmabuf BOs while updating PTEs
    
    If a BO's is_devmem_external flag is set, it means that it is an
    imported dmabuf BO that has a backing store in VRAM. Therefore, we
    need to add XE_PPGTT_PTE_DM to the PTE flags as part of vm_bind.
    
    Signed-off-by: Vivek Kasireddy <vivek.kasireddy at intel.com>
+ /mt/dim checkpatch 8dcf653f89accb0339e9dbbd84227a4527b2441d drm-intel
ef19cb2d8e8e PCI/P2PDMA: Don't enforce ACS check for functions of same device
-:69: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#69: FILE: include/linux/pci.h:1186:
+#define dev_is_vf(d) ((dev_is_pci(d) ? to_pci_dev(d)->is_virtfn : false))

total: 0 errors, 0 warnings, 1 checks, 37 lines checked
538dff1c9659 drm/xe/dmabuf: Don't migrate BO to System RAM while running in VF mode
e3417069d8d0 drm/xe/pf: Add a helper function to get a VF's starting address in LMEM
c2e3ec55ce0b drm/xe/bo: Create a new sg for dmabuf BOs that are associated with a VF
-:77: CHECK:LINE_SPACING: Please don't use multiple blank lines
#77: FILE: drivers/gpu/drm/xe/xe_bo.c:570:
+
+

total: 0 errors, 0 warnings, 1 checks, 166 lines checked
384317b76f70 drm/xe/pt: Add an additional check for dmabuf BOs while updating PTEs




More information about the Intel-xe mailing list