✓ CI.checkpatch: success for drm/xe/lnl: Implement clear-on-free for pooled BOs
Patchwork
patchwork at emeril.freedesktop.org
Thu Aug 22 14:03:24 UTC 2024
== Series Details ==
Series: drm/xe/lnl: Implement clear-on-free for pooled BOs
URL : https://patchwork.freedesktop.org/series/137644/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 109189cf6aee988d0e79e128abfe48bc350a8ba2
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Thu Aug 22 14:42:44 2024 +0200
drm/xe/lnl: Implement clear-on-free for pooled BOs
Implement GPU clear-on-free for pooled system pages in Xe.
Ensure proper use of TTM_TT_FLAG_CLEARED_ON_FREE by leveraging
ttm_device_funcs.release_notify() for GPU clear-on-free. If GPU clear
fails, xe_ttm_tt_unpopulate() will fallback to CPU clear.
Clear-on-free is only relevant for pooled pages as driver needs to give
back those pages. So do clear-on-free only for such BOs and keep doing
clear-on-alloc for ttm_cached type BOs
Cc: Matthew Auld <matthew.auld at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 057ceac2376d13c4e02998cfb46ce6938ddd3a41 drm-intel
109189cf6aee drm/xe/lnl: Implement clear-on-free for pooled BOs
More information about the Intel-xe
mailing list