Searched hist:"3248 b6d3cbcd7f7f9e7cd03feb90cee1b563172a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | diff 3248b6d3cbcd7f7f9e7cd03feb90cee1b563172a Fri Feb 12 00:36:47 CST 2021 Felix Kuehling <Felix.Kuehling@amd.com> drm/amdkfd: Use mmu_notifier_get
We use mmu_notifier_put to free the MMU notifier. That needs to be paired with mmu_notifier_get to work correctly. Othewrise the next patch would cause a kernel oops.
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Philip Yang <philip.yang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|