diff options
author | Xiaogang Chen <xiaogang.chen@amd.com> | 2024-10-28 23:06:19 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-11-11 19:56:08 +0300 |
commit | 6cb6d437b57a16487197e4abc3ab2838d7bf473c (patch) | |
tree | d723dcf5a71343f830831c0dfce86281ed4becce /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 408d20812742014c57b145eb4509364a0c92a1bb (diff) | |
download | linux-6cb6d437b57a16487197e4abc3ab2838d7bf473c.tar.xz |
drm/amdkfd: change kfd process kref count at creation
kfd process kref count(process->ref) is initialized to 1 by kref_init. After
it is created not need to increase its kref. Instad add kfd process kref at kfd
process mmu notifier allocation since we already decrease the kref at
free_notifier of mmu_notifier_ops, so pair them.
When user process opens kfd node multiple times the kfd process kref is
increased each time to balance with kfd node close operation.
Signed-off-by: Xiaogang Chen <xiaogang.chen@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions