✓ CI.checkpatch: success for series starting with [1/2] drm/xe/dma_buf: stop relying on placement in unmap
Patchwork
patchwork at emeril.freedesktop.org
Mon Apr 7 14:39:11 UTC 2025
== Series Details ==
Series: series starting with [1/2] drm/xe/dma_buf: stop relying on placement in unmap
URL : https://patchwork.freedesktop.org/series/147332/
State : success
== 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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 591bd171ed0ed921e274af4de1def4b8ad70c66e
Author: Matthew Auld <matthew.auld at intel.com>
Date: Mon Apr 7 15:18:25 2025 +0100
drm/amdgpu/dma_buf: fix page_link check
The page_link lower bits of the first sg could contain something like
SG_END, if we are mapping a single VRAM page or contiguous blob which
fits into one sg entry. Rather pull out the struct page, and use that in
our check to know if we mapped struct pages vs VRAM.
Fixes: f44ffd677fb3 ("drm/amdgpu: add support for exporting VRAM using DMA-buf v3")
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
Cc: Christian König <christian.koenig at amd.com>
Cc: amd-gfx at lists.freedesktop.org
Cc: <stable at vger.kernel.org> # v5.8+
Reviewed-by: Christian König <christian.koenig at amd.com>
+ /mt/dim checkpatch 100ba24787e877cd422caa7d08cb046ef4bb769c drm-intel
14d392b7452d drm/xe/dma_buf: stop relying on placement in unmap
591bd171ed0e drm/amdgpu/dma_buf: fix page_link check
More information about the Intel-xe
mailing list