Re: [PATCH v3 1/1] drm/amdgpu: fix amdgpu_vm_pt_free warning

2022-09-14 Thread Philip Yang
On 2022-09-13 16:10, Felix Kuehling wrote: Am 2022-09-13 um 09:19 schrieb Philip Yang: Free page table BO from vm resv unlocked context generate below warnings. Add a pt_free_work in vm to free page table BO from vm->pt_freed list. pass vm resv unlock status from page table update caller, and

Re: [PATCH v3 1/1] drm/amdgpu: fix amdgpu_vm_pt_free warning

2022-09-13 Thread Felix Kuehling
Am 2022-09-13 um 09:19 schrieb Philip Yang: Free page table BO from vm resv unlocked context generate below warnings. Add a pt_free_work in vm to free page table BO from vm->pt_freed list. pass vm resv unlock status from page table update caller, and add vm_bo entry to vm->pt_freed list and sche

[PATCH v3 1/1] drm/amdgpu: fix amdgpu_vm_pt_free warning

2022-09-13 Thread Philip Yang
Free page table BO from vm resv unlocked context generate below warnings. Add a pt_free_work in vm to free page table BO from vm->pt_freed list. pass vm resv unlock status from page table update caller, and add vm_bo entry to vm->pt_freed list and schedule the pt_free_work if calling with vm resv