✓ CI.checkpatch: success for drm/xe: Implement clear VRAM on free
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 11 05:47:21 UTC 2025
== Series Details ==
Series: drm/xe: Implement clear VRAM on free
URL : https://patchwork.freedesktop.org/series/150074/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c7150d25d4a016d5f7b6b96e2ddd9a9bac567b4d
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Jun 10 22:42:35 2025 -0700
drm/xe: Implement clear VRAM on free
Clearing on free should hide latency of BO clears on new user BO
allocations.
Implemented via calling xe_migrate_clear in release notify and updating
iterator in xe_migrate_clear to skip cleared buddy blocks. Only user BOs
cleared in release notify as kernel BOs could still be in use (e.g., PT
BOs need to wait for dma-resv to be idle).
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 7bc153635620254b73cfe8714ce42768b2bf6d60 drm-intel
c7150d25d4a0 drm/xe: Implement clear VRAM on free
More information about the Intel-xe
mailing list