drm/nvd0: no page flipping at the moment
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
64c2502b77
commit
bd57e7fc2e
@ -1210,7 +1210,7 @@ int nouveau_ioctl_getparam(struct drm_device *dev, void *data,
|
|||||||
getparam->value = 1;
|
getparam->value = 1;
|
||||||
break;
|
break;
|
||||||
case NOUVEAU_GETPARAM_HAS_PAGEFLIP:
|
case NOUVEAU_GETPARAM_HAS_PAGEFLIP:
|
||||||
getparam->value = 1;
|
getparam->value = dev_priv->card_type < NV_D0;
|
||||||
break;
|
break;
|
||||||
case NOUVEAU_GETPARAM_GRAPH_UNITS:
|
case NOUVEAU_GETPARAM_GRAPH_UNITS:
|
||||||
/* NV40 and NV50 versions are quite different, but register
|
/* NV40 and NV50 versions are quite different, but register
|
||||||
|
Loading…
Reference in New Issue
Block a user