Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310107
b: refs/heads/master
c: 0824db3
h: refs/heads/master
i:
  310105: 0a8dc1b
  310103: 6dbb4f9
v: v3
  • Loading branch information
Thomas Hellstrom authored and Dave Airlie committed Jun 1, 2012
1 parent e96ee24 commit 52d25bd
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: a8ff3ee211fccf708e1911bbc096625453ebf759
refs/heads/master: 0824db38e515644f8d1bfd64adbd7cb2c6ea7c62
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static int vmw_gmr2_bind(struct vmw_private *dev_priv,
cmd += sizeof(remap_cmd) / sizeof(uint32);

for (i = 0; i < num_pages; ++i) {
if (VMW_PPN_SIZE > 4)
if (VMW_PPN_SIZE <= 4)
*cmd = page_to_pfn(*pages++);
else
*((uint64_t *)cmd) = page_to_pfn(*pages++);
Expand Down

0 comments on commit 52d25bd

Please sign in to comment.