Skip to content

Commit

Permalink
staging/xgifb: Remove unused values in XGI340_ECLKData
Browse files Browse the repository at this point in the history
In the lookup table XGI340_ECLKData only the first three 'lines' are
used, thus the remaining entries can be removed.

Rationale:
- vb_init.c uses pVBInfo->ram_type as the index for XGI340_ECLKData.

- pVBInfo->ram_type is assigned the return value of
XGINew_GetXG20DRAMType which can only be 0, 1 or 2

-> only the first three values are used.
-> remove the remeining entries.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Feb 5, 2013
1 parent 44b8185 commit 46a12df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/xgifb/vb_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ const struct XGI_ECLKDataStruct XGI340_ECLKData[] = {
{0x5c, 0x23, 0x01, 166},
{0x55, 0x84, 0x01, 123},
{0x7C, 0x08, 0x01, 200},
{0x79, 0x06, 0x01, 250},
{0x29, 0x01, 0x81, 301},
{0x5c, 0x23, 0x01, 166},
{0x5c, 0x23, 0x01, 166},
{0x5c, 0x23, 0x01, 166}
};

static const unsigned char XG27_SR13[4][3] = {
Expand Down

0 comments on commit 46a12df

Please sign in to comment.