Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276881
b: refs/heads/master
c: ef5ab24
h: refs/heads/master
i:
  276879: 9184f49
v: v3
  • Loading branch information
Jakob Bornecrantz authored and Dave Airlie committed Dec 19, 2011
1 parent f33383b commit 2012e81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: ebd4c6f6261c96d1cf9f004965384d57c4202fd6
refs/heads/master: ef5ab24bd3373941bd27e371512c0009eb11581c
6 changes: 0 additions & 6 deletions trunk/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,7 @@ int vmw_present_ioctl(struct drm_device *dev, void *data,
ret = -EINVAL;
goto out_no_fb;
}

vfb = vmw_framebuffer_to_vfb(obj_to_fb(obj));
if (!vfb->dmabuf) {
DRM_ERROR("Framebuffer not dmabuf backed.\n");
ret = -EINVAL;
goto out_no_fb;
}

ret = ttm_read_lock(&vmaster->lock, true);
if (unlikely(ret != 0))
Expand Down

0 comments on commit 2012e81

Please sign in to comment.