提交 0c4e4596 编写于 作者: C Chong Qiao 提交者: Hongchen Zhang

LoongArch: fix ls2k500 bmc not work when installing iso

LoongArch inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I76XQZ

--------------------------------
Signed-off-by: NChong Qiao <qiaochong@loongson.cn>
Signed-off-by: NHongchen Zhang <zhanghongchen@loongson.cn>
上级 0c928980
...@@ -541,7 +541,7 @@ static int __init lsdc_drm_init(void) ...@@ -541,7 +541,7 @@ static int __init lsdc_drm_init(void)
* This integrated video card will always be selected as * This integrated video card will always be selected as
* default boot device by vgaarb subsystem. * default boot device by vgaarb subsystem.
*/ */
if (pdev->vendor != PCI_VENDOR_ID_LOONGSON) { if (pdev->vendor != PCI_VENDOR_ID_LOONGSON || pdev->device == 0x1a05) {
pr_info("Discrete graphic card detected, abort\n"); pr_info("Discrete graphic card detected, abort\n");
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册