mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 14:43:58 +08:00
staging: xgifb: delete redundant IF_DEF_LVDS check
IF_DEF_LVDS can be set only on XG21. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d95abbbb29
commit
6bc542779f
@ -1369,17 +1369,14 @@ unsigned char XGIInitNew(struct pci_dev *pdev)
|
||||
|
||||
if (HwDeviceExtension->jChipType < XG20) {
|
||||
if (XGI_BridgeIsOn(pVBInfo) == 1) {
|
||||
if (pVBInfo->IF_DEF_LVDS == 0) {
|
||||
xgifb_reg_set(pVBInfo->Part2Port, 0x00, 0x1C);
|
||||
xgifb_reg_set(pVBInfo->Part4Port,
|
||||
0x0D, XGI330_CRT2Data_4_D);
|
||||
xgifb_reg_set(pVBInfo->Part4Port,
|
||||
0x0E, XGI330_CRT2Data_4_E);
|
||||
xgifb_reg_set(pVBInfo->Part4Port,
|
||||
0x10, XGI330_CRT2Data_4_10);
|
||||
xgifb_reg_set(pVBInfo->Part4Port, 0x0F, 0x3F);
|
||||
}
|
||||
|
||||
xgifb_reg_set(pVBInfo->Part2Port, 0x00, 0x1C);
|
||||
xgifb_reg_set(pVBInfo->Part4Port,
|
||||
0x0D, XGI330_CRT2Data_4_D);
|
||||
xgifb_reg_set(pVBInfo->Part4Port,
|
||||
0x0E, XGI330_CRT2Data_4_E);
|
||||
xgifb_reg_set(pVBInfo->Part4Port,
|
||||
0x10, XGI330_CRT2Data_4_10);
|
||||
xgifb_reg_set(pVBInfo->Part4Port, 0x0F, 0x3F);
|
||||
XGI_LockCRT2(HwDeviceExtension, pVBInfo);
|
||||
}
|
||||
} /* != XG20 */
|
||||
|
Loading…
Reference in New Issue
Block a user