Re: [PATCH v4 1/2] drm/amdgpu: Fix amdgpu_vm_pt_free warning

2022-09-14 Thread Philip Yang
On 2022-09-14 05:10, Christian König wrote: Am 13.09.22 um 22:05 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 v4 1/2] drm/amdgpu: Fix amdgpu_vm_pt_free warning

2022-09-14 Thread Christian König
Am 13.09.22 um 22:05 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 schedu

[PATCH v4 1/2] 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