Re: [PATCH] drm/amdkfd: add pinned BOs to kfd_bo_list

2022-05-31 Thread Christian König
Am 31.05.22 um 17:22 schrieb Felix Kuehling: Am 2022-05-31 um 04:34 schrieb Lang Yu: The kfd_bo_list is used to restore process BOs after evictions. As page tables could be destroyed during evictions, we should also update pinned BOs' page tables during restoring to make sure they are valid.

Re: [PATCH] drm/amdkfd: add pinned BOs to kfd_bo_list

2022-05-31 Thread Felix Kuehling
Am 2022-05-31 um 04:34 schrieb Lang Yu: The kfd_bo_list is used to restore process BOs after evictions. As page tables could be destroyed during evictions, we should also update pinned BOs' page tables during restoring to make sure they are valid. So for pinned BOs, 1, Don't validate them, but u