✓ CI.checkpatch: success for drm/xe/uapi: Restore uapi for access counting
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 1 13:50:11 UTC 2024
== Series Details ==
Series: drm/xe/uapi: Restore uapi for access counting
URL : https://patchwork.freedesktop.org/series/139385/
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 ae0262fc54b334abefac69d75fbfc3e5e280b101
Author: Brian Welty <brian.welty at intel.com>
Date: Tue Oct 1 19:24:32 2024 +0530
drm/xe/uapi: Restore uapi for access counting
In order to enable access counters, this must be enabled in LRC for
the exec_queue. Add basic uAPI to set configuration of access counter
trigger threshold and granularity.
When access counters are enabled and threshold is hit, the access
counter handler in xe_gt_pagefault.c will migrate the buffer to that
to that GT's local VRAM.
Signed-off-by: Brian Welty <brian.welty at intel.com>
Signed-off-by: Apoorva Singh <apoorva.singh at intel.com>
+ /mt/dim checkpatch f3f61bfc1cddded910b3916aa2c576a14bf62f71 drm-intel
bc13de7cbeb3 drm/xe: Add support for PTE_NC bit
ae0262fc54b3 drm/xe/uapi: Restore uapi for access counting
More information about the Intel-xe
mailing list