Skip to content

Commit

Permalink
drm/amdgpu: Add missing statement in resume_phase3
Browse files Browse the repository at this point in the history
  • Loading branch information
heftig committed Dec 27, 2024
1 parent 8505a1c commit 50e5354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -3723,6 +3723,7 @@ static int amdgpu_device_ip_resume_phase3(struct amdgpu_device *adev)
r = adev->ip_blocks[i].version->funcs->resume(adev);
if (r)
return r;
adev->ip_blocks[i].status.hw = true;
}
}

Expand Down

0 comments on commit 50e5354

Please sign in to comment.