✓ CI.checkpatch: success for Don't allocate managed BO for each policy change (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed May 14 18:51:59 UTC 2025
== Series Details ==
Series: Don't allocate managed BO for each policy change (rev2)
URL : https://patchwork.freedesktop.org/series/148913/
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 87cbea2a4ab2a721a5c7a64a29136f050c58a8db
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Tue May 13 00:00:18 2025 +0200
drm/xe/guc: Don't allocate managed BO for each policy change
We shouldn't use xe_managed_bo_create_from_data() to allocate
temporary BO, as it will be released only on unload and every
change in wedge_mode policy will consume resources (including
precious GGTT). Instead just switchover to GuC buffer cache.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: John Harrison <John.C.Harrison at Intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch dd6a856541dd90fa4ef755783898fcfbea3b9961 drm-intel
9d0e69a55ae9 drm/xe/guc: Unblock GuC buffer cache for all modes
87cbea2a4ab2 drm/xe/guc: Don't allocate managed BO for each policy change
More information about the Intel-xe
mailing list