提交 c61205b2 编写于 作者: B Ben Skeggs 提交者: Dave Airlie

drm/nouveau: fix thinko causing init to fail on cards without accel

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 a1978f74
...@@ -852,7 +852,7 @@ nouveau_card_init(struct drm_device *dev) ...@@ -852,7 +852,7 @@ nouveau_card_init(struct drm_device *dev)
if (ret) if (ret)
goto out_pm; goto out_pm;
if (!dev_priv->noaccel) { if (dev_priv->eng[NVOBJ_ENGINE_GR]) {
ret = nouveau_card_channel_init(dev); ret = nouveau_card_channel_init(dev);
if (ret) if (ret)
goto out_fence; goto out_fence;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册