Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269712
b: refs/heads/master
c: b7b7002
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Hellstrom authored and Dave Airlie committed Oct 5, 2011
1 parent f861bef commit 93ba359
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: 56d1c78df52323cdcd937505dccaa5d665dfab97
refs/heads/master: b7b70024d94184991201ea788ab6fa3c20e1ce70
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bool vmw_fifo_have_3d(struct vmw_private *dev_priv)
if (hwversion == 0)
return false;

if (hwversion < SVGA3D_HWVERSION_WS65_B1)
if (hwversion < SVGA3D_HWVERSION_WS8_B1)
return false;

return true;
Expand Down

0 comments on commit 93ba359

Please sign in to comment.