Re: [PATCH v2] drm/amdgpu: Fix discovery initialization failure during pci rescan

2024-04-08 Thread Alex Deucher
On Tue, Apr 2, 2024 at 7:56 AM Christian König wrote: > > Am 02.04.24 um 12:05 schrieb Ma Jun: > > Waiting for system ready to fix the discovery initialization > > failure issue. This failure usually occurs when dGPU is removed > > and then rescanned via command line. > > It's caused by following

Re: [PATCH v2] drm/amdgpu: Fix discovery initialization failure during pci rescan

2024-04-02 Thread Christian König
Am 02.04.24 um 12:05 schrieb Ma Jun: Waiting for system ready to fix the discovery initialization failure issue. This failure usually occurs when dGPU is removed and then rescanned via command line. It's caused by following two errors: [1] vram size is 0 [2] wrong binary signature Signed-off-by:

[PATCH v2] drm/amdgpu: Fix discovery initialization failure during pci rescan

2024-04-02 Thread Ma Jun
Waiting for system ready to fix the discovery initialization failure issue. This failure usually occurs when dGPU is removed and then rescanned via command line. It's caused by following two errors: [1] vram size is 0 [2] wrong binary signature Signed-off-by: Ma Jun --- drivers/gpu/drm/amd/amdgp