Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168470
b: refs/heads/master
c: 33fdb15
h: refs/heads/master
v: v3
  • Loading branch information
Robert Noland authored and Dave Airlie committed Oct 26, 2009
1 parent f6c3917 commit b777c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: c54b1820d69a1043acaf50d084852e628266e0e2
refs/heads/master: 33fdb15c99aac20d238af487fa363d3e5c7ed197
4 changes: 1 addition & 3 deletions trunk/drivers/gpu/drm/radeon/r600_blit.c
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,6 @@ r600_blit_swap(struct drm_device *dev,
u64 vb_addr;
u32 *vb;

vb = r600_nomm_get_vb_ptr(dev);

if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {

r600_nomm_put_vb(dev);
Expand All @@ -788,8 +786,8 @@ r600_blit_swap(struct drm_device *dev,
return;

set_shaders(dev);
vb = r600_nomm_get_vb_ptr(dev);
}
vb = r600_nomm_get_vb_ptr(dev);

sx2 = sx + w;
sy2 = sy + h;
Expand Down

0 comments on commit b777c10

Please sign in to comment.