Re: [PATCH v2 2/3] drm/amdkfd: Add process eviction counters to sysfs

2020-09-11 Thread Felix Kuehling
Am 2020-09-11 um 4:10 p.m. schrieb Philip Cox: > Add per-process eviction counters to sysfs to keep track of > how many eviction events have happened for each process. > > v2: rename the stats dir, and track all evictions per process, per device. > > Signed-off-by: Philip Cox Some more comments in

[PATCH v2 2/3] drm/amdkfd: Add process eviction counters to sysfs

2020-09-11 Thread Philip Cox
Add per-process eviction counters to sysfs to keep track of how many eviction events have happened for each process. v2: rename the stats dir, and track all evictions per process, per device. Signed-off-by: Philip Cox --- .../drm/amd/amdkfd/kfd_device_queue_manager.c | 9 ++ drivers/gpu/drm/a