Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174519
b: refs/heads/master
c: 240a2d1
h: refs/heads/master
i:
  174517: a6466f2
  174515: 5eacfa6
  174511: d38eb0e
v: v3
  • Loading branch information
Daniel Vetter authored and Eric Anholt committed Nov 5, 2009
1 parent 80eac72 commit 575a807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 02e792fbaadb75dec8e476a05b610e49908fc6a4
refs/heads/master: 240a2d12dfff98f8fa1332dc8424284d96f0801e
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/i915/intel_overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ static int intel_overlay_off(struct intel_overlay *overlay)
}

/* turn overlay off */
/* this is not done in userspace!
BEGIN_LP_RING(6);
OUT_RING(MI_FLUSH);
OUT_RING(MI_NOOP);
Expand All @@ -338,7 +337,7 @@ static int intel_overlay_off(struct intel_overlay *overlay)
DRM_ERROR("intel overlay: ring sync failed, hw likely wedged\n");
overlay->hw_wedged = 1;
return ret;
}*/
}

overlay->active = 0;

Expand Down

0 comments on commit 575a807

Please sign in to comment.