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

drm/nouveau/mxm: warn more loudly on unsupported DCB version

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 f6bf1739
......@@ -191,7 +191,7 @@ mxm_dcb_sanitise(struct nvkm_mxm *mxm)
u8 ver, hdr, cnt, len;
u16 dcb = dcb_table(bios, &ver, &hdr, &cnt, &len);
if (dcb == 0x0000 || (ver != 0x40 && ver != 0x41)) {
nvkm_debug(subdev, "unsupported DCB version\n");
nvkm_warn(subdev, "unsupported DCB version\n");
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部