Re: [PATCH v2] drm/amdgpu: Fix call trace warning and hang when removing amdgpu device

2023-03-01 Thread Christian König
Am 02.03.23 um 07:32 schrieb lyndonli: On GPUs with RAS enabled, below call trace and hang are observed when shutting down device. v2: use DRM device unplugged flag instead of shutdown flag as the check to prevent memory wipe in shutdown stage. [ +0.00] RIP: 0010:amdgpu_vram_mgr_fini+0x18d/

RE: [PATCH v2] drm/amdgpu: Fix call trace warning and hang when removing amdgpu device

2023-03-01 Thread Chen, Guchun
Reviewed-by: Guchun Chen Regards, Guchun -Original Message- From: lyndonli Sent: Thursday, March 2, 2023 2:33 PM To: amd-gfx@lists.freedesktop.org Cc: Koenig, Christian ; Chen, Guchun ; Chai, Thomas ; Xu, Feifei ; Li, Lyndon Subject: [PATCH v2] drm/amdgpu: Fix call trace warning and