Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228809
b: refs/heads/master
c: b7f1de2
h: refs/heads/master
i:
  228807: a488e53
v: v3
  • Loading branch information
Chris Wilson committed Dec 15, 2010
1 parent 650324c commit c819c57
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c6df541c00e53a4fdff7a130d4365f848075adcc
refs/heads/master: b7f1de289c50beb4998611ba5373e539efd0f79f
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -1626,8 +1626,10 @@ intel_pipe_set_base(struct drm_crtc *crtc, int x, int y,
return ret;
}

if (old_fb)
if (old_fb) {
intel_wait_for_vblank(dev, intel_crtc->pipe);
i915_gem_object_unpin(to_intel_framebuffer(old_fb)->obj);
}

mutex_unlock(&dev->struct_mutex);

Expand Down

0 comments on commit c819c57

Please sign in to comment.