drm/radeon/kms: release AGP bridge at suspend
I think it's good to release the AGP bridge at suspend and reacquire it at resume. Also fix : https://bugzilla.kernel.org/show_bug.cgi?id=15969 Signed-off-by: Jerome Glisse <jglisse@redhat.com> Cc: stable <stable@kernel.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:

committed by
Dave Airlie

parent
b486787ee4
commit
10b06122af
@@ -270,3 +270,8 @@ void radeon_agp_fini(struct radeon_device *rdev)
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void radeon_agp_suspend(struct radeon_device *rdev)
|
||||
{
|
||||
radeon_agp_fini(rdev);
|
||||
}
|
||||
|
Reference in New Issue
Block a user