Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179938
b: refs/heads/master
c: d796d84
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Jan 25, 2010
1 parent 5c061ca commit 24b1bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ba5152a3acd5914cade42a1c8c9dc58ad8d1a89
refs/heads/master: d796d8446fe0ff4442c1a1d0b10c861f17ac8168
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ int radeon_bo_unpin(struct radeon_bo *bo)

int radeon_bo_evict_vram(struct radeon_device *rdev)
{
if (rdev->flags & RADEON_IS_IGP) {
/* late 2.6.33 fix IGP hibernate - we need pm ops to do this correct */
if (0 && (rdev->flags & RADEON_IS_IGP)) {
if (rdev->mc.igp_sideport_enabled == false)
/* Useless to evict on IGP chips */
return 0;
Expand Down

0 comments on commit 24b1bfc

Please sign in to comment.