提交 94f54f53 编写于 作者: B Ben Skeggs

drm/nv50: encoder creation failure doesn't mean full init failure

It's meant as a notification only, not a fatal error.
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 9f9bdaaf
......@@ -2276,6 +2276,7 @@ nv50_display_create(struct drm_device *dev)
NV_WARN(drm, "failed to create encoder %d/%d/%d: %d\n",
dcbe->location, dcbe->type,
ffs(dcbe->or) - 1, ret);
ret = 0;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册