drm/radeon/kms: more alignment for rv770.c with r600.c
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include "drmP.h"
|
#include "drmP.h"
|
||||||
#include "radeon.h"
|
#include "radeon.h"
|
||||||
|
#include "radeon_drm.h"
|
||||||
#include "rv770d.h"
|
#include "rv770d.h"
|
||||||
#include "avivod.h"
|
#include "avivod.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
@@ -921,7 +922,11 @@ int rv770_suspend(struct radeon_device *rdev)
|
|||||||
{
|
{
|
||||||
/* FIXME: we should wait for ring to be empty */
|
/* FIXME: we should wait for ring to be empty */
|
||||||
r700_cp_stop(rdev);
|
r700_cp_stop(rdev);
|
||||||
|
rdev->cp.ready = false;
|
||||||
rv770_pcie_gart_disable(rdev);
|
rv770_pcie_gart_disable(rdev);
|
||||||
|
|
||||||
|
/* unpin shaders bo */
|
||||||
|
radeon_object_unpin(rdev->r600_blit.shader_obj);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user