drm/radeon: remove FIXME comment from chipset suspend
For a normal suspend/resume we allready wait for the rings to be empty, and for a suspend/reasume in case of a lockup we REALLY don't want to wait for anything. Signed-off-by: Christian König <deathsimple@vodafone.de> Reviewed-by: Jerome Glisse <jglisse@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
31be6183d5
commit
d40fd3a337
5 changed files with 0 additions and 5 deletions
|
@ -3807,7 +3807,6 @@ int si_resume(struct radeon_device *rdev)
|
|||
|
||||
int si_suspend(struct radeon_device *rdev)
|
||||
{
|
||||
/* FIXME: we should wait for ring to be empty */
|
||||
radeon_ib_pool_suspend(rdev);
|
||||
radeon_vm_manager_suspend(rdev);
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue