提交 ad830d23 编写于 作者: B Ben Skeggs

drm/nouveau: log if accel is disabled by default on a chipset

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 752ab0a0
......@@ -946,6 +946,8 @@ int nouveau_load(struct drm_device *dev, unsigned long flags)
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;
break;
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册