Skip to content
Snippets Groups Projects
Commit 9cead81e authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu: fix eGPU hotplug regression

The driver needs to wait for the on board firmware
to finish its initialization before probing the card.
Commit 95905698 ("drm/amdgpu: Fix discovery initialization failure during pci rescan")
switched from using msleep() to using usleep_range() which
seems to have caused init failures on some navi1x boards. Switch
back to msleep().

Fixes: 95905698 ("drm/amdgpu: Fix discovery initialization failure during pci rescan")
Closes: drm/amd#3559
Closes: drm/amd#3500


Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: Ma Jun <Jun.Ma2@amd.com>
(cherry picked from commit c69b07f7)
Cc: stable@vger.kernel.org # 6.10.x
parent c99769bc
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment