Searched hist:"471 f390205698ed5225af052a80b71d2bce6b93a" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | diff 471f390205698ed5225af052a80b71d2bce6b93a Tue Aug 06 18:15:47 CDT 2019 Jason Gunthorpe <jgg@mellanox.com> drm/amdkfd: use mmu_notifier_put
The sequence of mmu_notifier_unregister_no_release(), mmu_notifier_call_srcu() is identical to mmu_notifier_put() with the free_notifier callback.
As this is the last user of those APIs, converting it means we can drop them.
Link: https://lore.kernel.org/r/20190806231548.25242-11-jgg@ziepe.ca Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | kfd_priv.h | diff 471f390205698ed5225af052a80b71d2bce6b93a Tue Aug 06 18:15:47 CDT 2019 Jason Gunthorpe <jgg@mellanox.com> drm/amdkfd: use mmu_notifier_put
The sequence of mmu_notifier_unregister_no_release(), mmu_notifier_call_srcu() is identical to mmu_notifier_put() with the free_notifier callback.
As this is the last user of those APIs, converting it means we can drop them.
Link: https://lore.kernel.org/r/20190806231548.25242-11-jgg@ziepe.ca Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|