Re: [PATCH 1/4] drm/amdgpu: Implement page table BO fence

2023-06-02 Thread Christian König
Am 01.06.23 um 21:31 schrieb Philip Yang: Add pt_fence to amdgpu vm structure and implement helper functions. This fence will be shared by all page table BOs of the same amdgpu vm. Well first of all please don't add anything to amdgpu.h or amdgpu_fence.* This should probably all go into a new

Re: [PATCH 1/4] drm/amdgpu: Implement page table BO fence

2023-06-01 Thread Felix Kuehling
On 2023-06-01 15:31, Philip Yang wrote: Add pt_fence to amdgpu vm structure and implement helper functions. This fence will be shared by all page table BOs of the same amdgpu vm. Suggested-by: Felix Kuehling Signed-off-by: Philip Yang --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +

[PATCH 1/4] drm/amdgpu: Implement page table BO fence

2023-06-01 Thread Philip Yang
Add pt_fence to amdgpu vm structure and implement helper functions. This fence will be shared by all page table BOs of the same amdgpu vm. Suggested-by: Felix Kuehling Signed-off-by: Philip Yang --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c |