mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 07:10:27 +00:00
staging: xgifb: XGI_GetLCDInfo(): delete IF_DEF_LVDS check
Delete IF_DEF_LVDS check, this function is never called when it's true. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a8b3529037
commit
718e715d1a
@ -2240,21 +2240,18 @@ static unsigned char XGI_GetLCDInfo(unsigned short ModeNo,
|
||||
|
||||
tempax = pVBInfo->LCDCapList[LCDIdIndex].LCD_Capability;
|
||||
|
||||
if (pVBInfo->IF_DEF_LVDS == 0) { /* shampoo */
|
||||
if (((pVBInfo->VBType & VB_SIS302LV) || (pVBInfo->VBType
|
||||
& VB_XGI301C)) && (tempax & XGI_LCDDualLink)) {
|
||||
tempbx |= SetLCDDualLink;
|
||||
}
|
||||
if (((pVBInfo->VBType & VB_SIS302LV) ||
|
||||
(pVBInfo->VBType & VB_XGI301C)) && (tempax & XGI_LCDDualLink))
|
||||
tempbx |= SetLCDDualLink;
|
||||
|
||||
if ((pVBInfo->LCDResInfo == Panel_1400x1050) && (pVBInfo->VBInfo
|
||||
& SetCRT2ToLCD) && (resinfo == 9) &&
|
||||
(!(tempbx & EnableScalingLCD)))
|
||||
/*
|
||||
* set to center in 1280x1024 LCDB
|
||||
* for Panel_1400x1050
|
||||
*/
|
||||
tempbx |= SetLCDtoNonExpanding;
|
||||
}
|
||||
if ((pVBInfo->LCDResInfo == Panel_1400x1050) &&
|
||||
(pVBInfo->VBInfo & SetCRT2ToLCD) && (resinfo == 9) &&
|
||||
(!(tempbx & EnableScalingLCD)))
|
||||
/*
|
||||
* set to center in 1280x1024 LCDB
|
||||
* for Panel_1400x1050
|
||||
*/
|
||||
tempbx |= SetLCDtoNonExpanding;
|
||||
|
||||
if (pVBInfo->VBInfo & SetInSlaveMode) {
|
||||
if (pVBInfo->VBInfo & SetNotSimuMode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user