Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345065
b: refs/heads/master
c: 94baf0e
h: refs/heads/master
i:
  345063: 86c4adc
v: v3
  • Loading branch information
Maarten Lankhorst authored and Dave Airlie committed Nov 7, 2012
1 parent e3ebd16 commit 97cd047
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: 0a46fb5f41dbc7fae20764556ec7bf742cc0763a
refs/heads/master: 94baf0e27181c6a2f82cdbc5b960b197570e17de
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void vmw_bo_pin(struct ttm_buffer_object *bo, bool pin)
uint32_t old_mem_type = bo->mem.mem_type;
int ret;

BUG_ON(!atomic_read(&bo->reserved));
BUG_ON(!ttm_bo_is_reserved(bo));
BUG_ON(old_mem_type != TTM_PL_VRAM &&
old_mem_type != VMW_PL_FLAG_GMR);

Expand Down

0 comments on commit 97cd047

Please sign in to comment.