Commit 63305de7 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau: un-blacklist nvce accel

Reported working on IRC.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent bf08bcc6
......@@ -1007,7 +1007,6 @@ int nouveau_load(struct drm_device *dev, unsigned long flags)
switch (dev_priv->chipset) {
case 0xc1: /* known broken */
case 0xc8: /* never tested */
case 0xce: /* never tested */
NV_INFO(dev, "acceleration disabled by default, pass "
"noaccel=0 to force enable\n");
dev_priv->noaccel = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment