Re: [PATCH v2] drm/amdgpu: Unmap MMIO mappings when device is not unplugged

2022-01-06 Thread Andrey Grodzovsky
en, Guchun Subject: Re: [PATCH v2] drm/amdgpu: Unmap MMIO mappings when device is not unplugged On 2022-01-04 11:23 p.m., Leslie Shi wrote: Patch: 3efb17ae7e92 ("drm/amdgpu: Call amdgpu_device_unmap_mmio() if device is unplugged to prevent crash in GPU initialization failu

RE: [PATCH v2] drm/amdgpu: Unmap MMIO mappings when device is not unplugged

2022-01-05 Thread Shi, Leslie
--Original Message- From: Grodzovsky, Andrey Sent: Thursday, January 6, 2022 2:22 AM To: Shi, Leslie ; Lazar, Lijo ; amd-gfx@lists.freedesktop.org Cc: Chen, Guchun Subject: Re: [PATCH v2] drm/amdgpu: Unmap MMIO mappings when device is not unplugged On 2022-01-04 11:23 p.m., Leslie Shi wrot

Re: [PATCH v2] drm/amdgpu: Unmap MMIO mappings when device is not unplugged

2022-01-05 Thread Andrey Grodzovsky
On 2022-01-04 11:23 p.m., Leslie Shi wrote: Patch: 3efb17ae7e92 ("drm/amdgpu: Call amdgpu_device_unmap_mmio() if device is unplugged to prevent crash in GPU initialization failure") makes call to amdgpu_device_unmap_mmio() conditioned on device unplugged. This patch unmaps MMIO mappings even

[PATCH v2] drm/amdgpu: Unmap MMIO mappings when device is not unplugged

2022-01-04 Thread Leslie Shi
Patch: 3efb17ae7e92 ("drm/amdgpu: Call amdgpu_device_unmap_mmio() if device is unplugged to prevent crash in GPU initialization failure") makes call to amdgpu_device_unmap_mmio() conditioned on device unplugged. This patch unmaps MMIO mappings even when device is not unplugged. Signed-off-by: