Created attachment 130353 [details] Screen shot Bisected back to: 2d38d25554b739b50eec254205f769580751fb02 is the first bad commit commit 2d38d25554b739b50eec254205f769580751fb02 Author: David Panariti <David.Panariti@amd.com> Date: Mon Mar 13 13:33:18 2017 -0400 drm/amdgpu: Switch baremetal to use KIQ for compute ring management. KIQ is the Kernel Interface Queue for managing the MEC. Rather than setting up rings via direct MMIO of ring registers, the rings are configured via special packets sent to the KIQ. The allows the MEC to better manage shared resources and certain power events. Signed-off-by: David Panariti <David.Panariti@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Acked-by: Tom St Denis <tom.stdenis@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com
What chip is this?
does disabling runpm work around it?
This is on Tonga in a prime setup
Yes setting amdgpu.runpm=0 fixes the issue - also reverting the commit allows me to boot
Created attachment 130399 [details] [review] possible fix This should fix the issue.
Thanks, that's working great for me
fix squashed into the original patch.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.