RE: [PATCH] drm/amdgpu: fix a call trace when unload amdgpu driver

2024-09-04 Thread Song, Asher
[AMD Official Use Only - AMD Internal Distribution Only] On Tuesday, September 3, 2024 9:29 PM wrote by Koenig, Christian > Am 03.09.24 um 14:31 schrieb Asher Song: > > In some APUs, the bo type of GART page table is ttm_bo_type_sg. > > Those type BOs is released by bo->delayed_delete which is add

Re: [PATCH] drm/amdgpu: fix a call trace when unload amdgpu driver

2024-09-03 Thread Christian König
Am 03.09.24 um 14:31 schrieb Asher Song: In some APUs, the bo type of GART page table is ttm_bo_type_sg. Those type BOs is released by bo->delayed_delete which is added in ttm_device->wq, not released immediately. To make sure all the ttm_resource is released before ttm_resource_manager is finil

Re: [PATCH] drm/amdgpu: fix a call trace when unload amdgpu driver

2024-09-03 Thread Lazar, Lijo
On 9/3/2024 6:01 PM, Asher Song wrote: > In some APUs, the bo type of GART page table is ttm_bo_type_sg. > Those type BOs is released by bo->delayed_delete which is added in > ttm_device->wq, not released immediately. > > To make sure all the ttm_resource is released before ttm_resource_manager