staging/xgifb: Remove unused values in XG27_SR13 and XGI340_SR13
authorPeter Huewe <peterhuewe@gmx.de>
Tue, 5 Feb 2013 21:32:30 +0000 (22:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Feb 2013 21:45:09 +0000 (13:45 -0800)
commit86c6c948dabff1ff84213e5fb50684ad32895f25
tree1e5451455b43d36378641a734fbd829f4a444d8b
parent87be0afafae74ab93303623fb600147968294702
staging/xgifb: Remove unused values in XG27_SR13 and XGI340_SR13

 In the lookup tables XG27_SR13 and XGI340_SR13 only the first three
 values are used of each 'line', thus the remaining fields can be
 removed.

Rationale:
- vb_init.c uses pVBInfo->ram_type for the 'column' index for
pVBInfo->SR15.

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

- pVBInfo->SR15 is assigned to either XG27_SR13 or XGI340_SR13 in
vb_setmode.c

-> only the first three values are used.
This becomes also evident as values 3-7 are all 0.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_struct.h
drivers/staging/xgifb/vb_table.h