Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358332
b: refs/heads/master
c: 6e488c0
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter authored and Rob Clark committed Feb 17, 2013
1 parent c9fcf43 commit 24b1757
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 50fdaae79abbfc4f04b5380ac5abf00fd448c5a5
refs/heads/master: 6e488c00457dad0d433af7f937211fba8d76fd04
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1996,9 +1996,9 @@ int drm_mode_setplane(struct drm_device *dev, void *data,
plane_req->src_w, plane_req->src_h);
if (!ret) {
old_fb = plane->fb;
fb = NULL;
plane->crtc = crtc;
plane->fb = fb;
fb = NULL;
}
drm_modeset_unlock_all(dev);

Expand Down

0 comments on commit 24b1757

Please sign in to comment.