diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2012-09-11 01:15:23 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-11 02:48:16 +0400 |
commit | bc9ffcc2c6c08f8fe58d200afe482c59565f7e58 (patch) | |
tree | 12a1ee3eb4b805738acaaec0e9d4a45d4edf5fe6 /drivers/staging/xgifb | |
parent | 18ba866bb4c2bf87842188aa0b66efadb402783f (diff) | |
download | linux-bc9ffcc2c6c08f8fe58d200afe482c59565f7e58.tar.xz |
staging: xgifb: delete Chrontel 7017 LCD data
Delete unused Chrontel 7017 LCD data.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb')
-rw-r--r-- | drivers/staging/xgifb/vb_setmode.c | 13 | ||||
-rw-r--r-- | drivers/staging/xgifb/vb_table.h | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/drivers/staging/xgifb/vb_setmode.c b/drivers/staging/xgifb/vb_setmode.c index cd40daffe1ce..a1ee4c104f6b 100644 --- a/drivers/staging/xgifb/vb_setmode.c +++ b/drivers/staging/xgifb/vb_setmode.c @@ -1389,8 +1389,6 @@ static void *XGI_GetLcdPtr(unsigned short BX, unsigned short ModeNo, tempdi = XGI_LCDDesDataTable; break; case 6: - tempdi = XGI_EPLCHLCDRegPtr; - break; case 7: case 8: case 9: @@ -1749,17 +1747,6 @@ static void *XGI_GetLcdPtr(unsigned short BX, unsigned short ModeNo, default: break; } - } else if (table == 6) { - switch (tempdi[i].DATAPTR) { - case 0: - return &XGI_CH7017LV1024x768[tempal]; - break; - case 1: - return &XGI_CH7017LV1400x1050[tempal]; - break; - default: - break; - } } return NULL; } diff --git a/drivers/staging/xgifb/vb_table.h b/drivers/staging/xgifb/vb_table.h index 05d9ab1879a1..14cabdb0e83c 100644 --- a/drivers/staging/xgifb/vb_table.h +++ b/drivers/staging/xgifb/vb_table.h @@ -403,13 +403,6 @@ static struct XGI_CRT1TableStruct XGI_CRT1Table[] = { 0x03, 0xDE, 0xC0, 0x84, 0xBF, 0x04, 0x90} } /* 0x47 */ }; -static unsigned char XGI_CH7017LV1024x768[] = { - 0x60, 0x02, 0x00, 0x07, 0x40, 0xED, - 0xA3, 0xC8, 0xC7, 0xAC, 0xE0, 0x02}; -static unsigned char XGI_CH7017LV1400x1050[] = { - 0x60, 0x03, 0x11, 0x00, 0x40, 0xE3, - 0xAD, 0xDB, 0xF6, 0xAC, 0xE0, 0x02}; - /*add for new UNIVGABIOS*/ static struct SiS_LCDData XGI_StLCD1024x768Data[] = { {62, 25, 800, 546, 1344, 806}, @@ -1866,12 +1859,6 @@ static struct XGI330_LCDDataTablStruct XGI_EPLLCDDesDataPtr[] = { {0xFF, 0x0000, 0x0000, 0} }; -static struct XGI330_LCDDataTablStruct XGI_EPLCHLCDRegPtr[] = { - {Panel_1024x768, 0x0000, 0x0000, 0}, /* XGI_CH7017LV1024x768 */ - {Panel_1400x1050, 0x0000, 0x0000, 1}, /* XGI_CH7017LV1400x1050 */ - {0xFF, 0x0000, 0x0000, 0} -}; - static const struct XGI330_TVDataTablStruct XGI_TVDataTable[] = { {0x09E1, 0x0001, XGI_ExtPALData}, {0x09E1, 0x0000, XGI_ExtNTSCData}, |