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

2022-09-12 Thread Philip Yang
On 2022-09-12 06:22, Christian König wrote: Am 09.09.22 um 20:25 schrieb Philip Yang: Free page table BO from vm resv unlocked context generate below warnings. Add a free_work in vm_bo base of each page table BO, pass vm resv unlock status from page table update caller, and schedule the work

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

2022-09-12 Thread Philip Yang
On 2022-09-09 16:01, Felix Kuehling wrote: Am 2022-09-09 um 14:25 schrieb Philip Yang: Free page table BO from vm resv unlocked context generate below warnings. Add a free_work in vm_bo base of each page table BO, pass vm resv unlock status from page table update caller, and schedule the work

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

2022-09-12 Thread Christian König
Am 09.09.22 um 20:25 schrieb Philip Yang: Free page table BO from vm resv unlocked context generate below warnings. Add a free_work in vm_bo base of each page table BO, pass vm resv unlock status from page table update caller, and schedule the work if calling with vm resv unlocked. WARNING: C

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

2022-09-09 Thread Felix Kuehling
Am 2022-09-09 um 14:25 schrieb Philip Yang: Free page table BO from vm resv unlocked context generate below warnings. Add a free_work in vm_bo base of each page table BO, pass vm resv unlock status from page table update caller, and schedule the work if calling with vm resv unlocked. WARNING: