staging: xgifb: delete SModeIDTable
Delete unused data. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
34c13ee2b6
Коммит
ace1055e5e
|
@ -60,7 +60,6 @@ static const unsigned short XGINew_VGA_DAC[] = {
|
|||
|
||||
void InitTo330Pointer(unsigned char ChipType, struct vb_device_info *pVBInfo)
|
||||
{
|
||||
pVBInfo->SModeIDTable = (struct XGI_StStruct *) XGI330_SModeIDTable;
|
||||
pVBInfo->StandTable = (struct SiS_StandTable_S *) XGI330_StandTable;
|
||||
pVBInfo->EModeIDTable = (struct XGI_ExtStruct *) XGI330_EModeIDTable;
|
||||
pVBInfo->RefIndex = (struct XGI_Ext2Struct *) XGI330_RefIndex;
|
||||
|
|
|
@ -10,18 +10,6 @@ struct XGI_LVDSCRT1VDataStruct {
|
|||
unsigned char Reg[7];
|
||||
};
|
||||
|
||||
struct XGI_StStruct {
|
||||
unsigned char St_ModeID;
|
||||
unsigned short St_ModeFlag;
|
||||
unsigned char St_StTableIndex;
|
||||
unsigned char St_CRT2CRTC;
|
||||
unsigned char St_CRT2CRTC2;
|
||||
unsigned char St_ResInfo;
|
||||
unsigned char VB_StTVFlickerIndex;
|
||||
unsigned char VB_StTVEdgeIndex;
|
||||
unsigned char VB_StTVYFilterIndex;
|
||||
};
|
||||
|
||||
struct XGI_ExtStruct {
|
||||
unsigned char Ext_ModeID;
|
||||
unsigned short Ext_ModeFlag;
|
||||
|
@ -313,7 +301,6 @@ struct vb_device_info {
|
|||
struct XGI_TimingHStruct *TimingH;
|
||||
struct XGI_TimingVStruct *TimingV;
|
||||
|
||||
struct XGI_StStruct *SModeIDTable;
|
||||
struct SiS_StandTable_S *StandTable;
|
||||
struct XGI_ExtStruct *EModeIDTable;
|
||||
struct XGI_Ext2Struct *RefIndex;
|
||||
|
|
|
@ -128,32 +128,6 @@ static unsigned char XGI330_SR33;
|
|||
static unsigned char XG40_CRCF = 0x13;
|
||||
static unsigned char XG40_DRAMTypeDefinition = 0xFF ;
|
||||
|
||||
static struct XGI_StStruct XGI330_SModeIDTable[] = {
|
||||
{0x01, 0x9208, 0x01, 0x00, 0x10, 0x00, 0x00, 0x01, 0x00},
|
||||
{0x01, 0x1210, 0x14, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00},
|
||||
{0x01, 0x1010, 0x17, 0x02, 0x11, 0x00, 0x00, 0x01, 0x01},
|
||||
{0x03, 0x8208, 0x03, 0x00, 0x14, 0x00, 0x00, 0x01, 0x02},
|
||||
{0x03, 0x0210, 0x16, 0x01, 0x04, 0x01, 0x00, 0x01, 0x02},
|
||||
{0x03, 0x0010, 0x18, 0x02, 0x15, 0x00, 0x00, 0x01, 0x03},
|
||||
{0x05, 0x9209, 0x05, 0x00, 0x10, 0x00, 0x00, 0x00, 0x04},
|
||||
{0x06, 0x8209, 0x06, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05},
|
||||
{0x07, 0x0000, 0x07, 0x03, 0x05, 0x03, 0x00, 0x01, 0x03},
|
||||
{0x07, 0x0000, 0x19, 0x02, 0x15, 0x02, 0x00, 0x01, 0x03},
|
||||
{0x0d, 0x920a, 0x0d, 0x00, 0x10, 0x00, 0x00, 0x00, 0x04},
|
||||
{0x0e, 0x820a, 0x0e, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05},
|
||||
{0x0f, 0x0202, 0x11, 0x01, 0x04, 0x01, 0x00, 0x00, 0x05},
|
||||
{0x10, 0x0212, 0x12, 0x01, 0x04, 0x01, 0x00, 0x00, 0x05},
|
||||
{0x11, 0x0212, 0x1a, 0x04, 0x24, 0x04, 0x00, 0x00, 0x05},
|
||||
{0x12, 0x0212, 0x1b, 0x04, 0x24, 0x04, 0x00, 0x00, 0x05},
|
||||
{0x13, 0x021b, 0x1c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x04},
|
||||
{0x12, 0x0010, 0x18, 0x02, 0x24, 0x02, 0x00, 0x00, 0x05},/* St_CRT2CRTC2
|
||||
not sure */
|
||||
{0x12, 0x0210, 0x18, 0x01, 0x24, 0x01, 0x00, 0x00, 0x05},/* St_CRT2CRTC2
|
||||
not sure */
|
||||
{0xff, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
|
||||
};
|
||||
|
||||
|
||||
static struct XGI_ExtStruct XGI330_EModeIDTable[] = {
|
||||
{0x6a, 0x2212, 0x0407, 0x3a81, 0x0102, 0x08,
|
||||
0x07, 0x00, 0x00, 0x07, 0x0e},
|
||||
|
|
Загрузка…
Ссылка в новой задаче