✓ CI.checkpatch: success for drm/xe/vram: drop 2G block restriction
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 13 19:59:45 UTC 2024
== Series Details ==
Series: drm/xe/vram: drop 2G block restriction
URL : https://patchwork.freedesktop.org/series/141311/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4dd8600aa79008494a899bcf7bba5954b005e9df
Author: Matthew Auld <matthew.auld at intel.com>
Date: Wed Nov 13 17:23:47 2024 +0000
drm/xe/vram: drop 2G block restriction
Currently we limit the max block size for all users to ensure each block
can fit within a sg entry (uint). Drop this restriction and tweak the sg
construction to instead handle this itself and break down blocks which
are too big, if needed. Most users don't need an sg list in the first
place.
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
Cc: Satyanarayana K V P <satyanarayana.k.v.p at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch d8d960b20b0dc59b06c24fc210387b9c158edf70 drm-intel
4dd8600aa790 drm/xe/vram: drop 2G block restriction
More information about the Intel-xe
mailing list