Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269653
b: refs/heads/master
c: bd57e7f
h: refs/heads/master
i:
  269651: cc65048
v: v3
  • Loading branch information
Ben Skeggs committed Sep 20, 2011
1 parent aec3c7d commit dc73f30
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: 64c2502b77bf95b0f30d470109c2829cfa7d200e
refs/heads/master: bd57e7fc2e6d853661e4b802fe2b0ed528a93dbc
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ int nouveau_ioctl_getparam(struct drm_device *dev, void *data,
getparam->value = 1;
break;
case NOUVEAU_GETPARAM_HAS_PAGEFLIP:
getparam->value = 1;
getparam->value = dev_priv->card_type < NV_D0;
break;
case NOUVEAU_GETPARAM_GRAPH_UNITS:
/* NV40 and NV50 versions are quite different, but register
Expand Down

0 comments on commit dc73f30

Please sign in to comment.