Skip to content

Commit

Permalink
staging: xgifb: delete redundant Chrontel TV data
Browse files Browse the repository at this point in the history
Delete redundant Chrontel TV data.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Aaro Koskinen authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent 83f76a9 commit 160b006
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/xgifb/vb_setmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ void InitTo330Pointer(unsigned char ChipType, struct vb_device_info *pVBInfo)
pVBInfo->TimingV = (struct XGI_TimingVStruct *) XGI_TimingV;
pVBInfo->UpdateCRT1 = (struct XGI_XG21CRT1Struct *) XGI_UpdateCRT1Table;

pVBInfo->CHTVVCLKUNTSC = XGI330_CHTVVCLKUNTSC;
pVBInfo->CHTVVCLKONTSC = XGI330_CHTVVCLKONTSC;
pVBInfo->CHTVVCLKUPAL = XGI330_CHTVVCLKUPAL;
pVBInfo->CHTVVCLKOPAL = XGI330_CHTVVCLKOPAL;

/* 310 customization related */
if ((pVBInfo->VBType & VB_XGI301LV) || (pVBInfo->VBType & VB_XGI302LV))
pVBInfo->LCDCapList = XGI_LCDDLCapList;
Expand Down
4 changes: 0 additions & 4 deletions drivers/staging/xgifb/vb_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,6 @@ struct vb_device_info {

unsigned char *XGI_TVDelayList;
unsigned char *XGI_TVDelayList2;
unsigned char *CHTVVCLKUNTSC;
unsigned char *CHTVVCLKONTSC;
unsigned char *CHTVVCLKUPAL;
unsigned char *CHTVVCLKOPAL;
unsigned char *NTSCTiming;
unsigned char *PALTiming;
unsigned char *HiTVExtTiming;
Expand Down
8 changes: 0 additions & 8 deletions drivers/staging/xgifb/vb_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -2992,14 +2992,6 @@ static unsigned char XG27_CRDE[] = {0, 0};
static unsigned char XG27_SR40 = 0x04 ;
static unsigned char XG27_SR41 = 0x00 ;

static unsigned char XGI330_CHTVVCLKUNTSC[] = {0x00};

static unsigned char XGI330_CHTVVCLKONTSC[] = {0x00};

static unsigned char XGI330_CHTVVCLKUPAL[] = {0x00};

static unsigned char XGI330_CHTVVCLKOPAL[] = {0x00};

static struct XGI330_VCLKDataStruct XGI_VCLKData[] = {
/* SR2B,SR2C,SR2D */
{0x1B, 0xE1, 25}, /* 00 (25.175MHz) */
Expand Down

0 comments on commit 160b006

Please sign in to comment.