Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164032
b: refs/heads/master
c: 4153e58
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Sep 18, 2009
1 parent 0850d68 commit 282dfa3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9052aa2458fc13788e468a010fa0ed9aa4020380
refs/heads/master: 4153e584ee02ee59388a89879795fd3653a6b6da
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/radeon/rv770.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <linux/platform_device.h>
#include "drmP.h"
#include "radeon.h"
#include "radeon_drm.h"
#include "rv770d.h"
#include "avivod.h"
#include "atom.h"
Expand Down Expand Up @@ -921,7 +922,11 @@ int rv770_suspend(struct radeon_device *rdev)
{
/* FIXME: we should wait for ring to be empty */
r700_cp_stop(rdev);
rdev->cp.ready = false;
rv770_pcie_gart_disable(rdev);

/* unpin shaders bo */
radeon_object_unpin(rdev->r600_blit.shader_obj);
return 0;
}

Expand Down

0 comments on commit 282dfa3

Please sign in to comment.