You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drm/amdgpu: fix SI failure due to doorbells allocation
SI hardware does not have doorbells at all, however currently the code
will try to do the allocation and thus fail, makes SI AMDGPU not usable.
Fix this failure by skipping doorbells allocation when doorbells count
is zero.
Fixes: 54c30d2 ("drm/amdgpu: create kernel doorbell pages")
Reviewed-by: Shashank Sharma <[email protected]>
Signed-off-by: Icenowy Zheng <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
0 commit comments