Re: [PATCH 1/3] drm/amdgpu: Allow TTM to evict svm bo from same process

2022-07-25 Thread Felix Kuehling
Am 2022-07-25 um 08:23 schrieb Philip Yang: To support SVM range VRAM overcommitment, TTM should be able to evict svm bo of same process to system memory, to get space to alloc new svm bo. Signed-off-by: Philip Yang --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c | 9 ++--- 1 file c

[PATCH 1/3] drm/amdgpu: Allow TTM to evict svm bo from same process

2022-07-25 Thread Philip Yang
To support SVM range VRAM overcommitment, TTM should be able to evict svm bo of same process to system memory, to get space to alloc new svm bo. Signed-off-by: Philip Yang --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --