Re: [PATCH 04/10] drm/amdgpu: get owner ref in validate and map

2021-06-21 Thread Felix Kuehling
On 2021-06-21 12:04 p.m., Alex Sierra wrote: Get the proper owner reference for amdgpu_hmm_range_get_pages function. This is useful for partial migrations. To avoid migrating back to system memory, VRAM pages, that are accessible by all devices in the same memory domain. Ex. multiple devices in t

[PATCH 04/10] drm/amdgpu: get owner ref in validate and map

2021-06-21 Thread Alex Sierra
Get the proper owner reference for amdgpu_hmm_range_get_pages function. This is useful for partial migrations. To avoid migrating back to system memory, VRAM pages, that are accessible by all devices in the same memory domain. Ex. multiple devices in the same hive. Signed-off-by: Alex Sierra ---

[PATCH 04/10] drm/amdgpu: get owner ref in validate and map

2021-05-27 Thread Felix Kuehling
From: Alex Sierra Get the proper owner reference for amdgpu_hmm_range_get_pages function. This is useful for partial migrations. To avoid migrating back to system memory, VRAM pages, that are accessible by all devices in the same memory domain. Ex. multiple devices in the same hive. Signed-off-b