summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-12-04 19:43:13 -0500
committerMatthias Hopf <mhopf@suse.de>2011-03-21 17:02:52 +0100
commit7fd6a738e81d293b8383662997b1c20ecf087820 (patch)
tree357d2851f8d292b0a6912fa8209ad4979103d880
parentedff5fbc49be427a00bcb779e1b306913d7fe9e9 (diff)
add alternate data table names
Some tables have different names/uses on different asics Signed-off-by: Matthias Hopf <mhopf@suse.de>
-rw-r--r--indices.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/indices.c b/indices.c
index 5916217..c94d78d 100644
--- a/indices.c
+++ b/indices.c
@@ -57,12 +57,13 @@ const char *index_data_table[] = {
"LVDS_Info", "TMDS_Info", "AnalogTV_Info",
"SupportedDevicesInfo", "GPIO_I2C_Info", "VRAM_UsageByFirmware",
"GPIO_Pin_LUT", "VESA_ToInternalModeLUT", "ComponentVideoInfo",
- "PowerPlayInfo", "CompassionateData", "SaveRestoreInfo",
- "PPLL_SS_Info", "OemInfo", "XTMDS_Info",
- "MclkSS_Info", "Object_Header", "IndirectIOAccess",
- "MC_InitParameter", "ASIC_VDDC_Info", "ASIC_InternalSS_Info",
- "TV_VideoMode", "VRAM_Info", "MemoryTrainingInfo",
- "IntegratedSystemInfo", "ASIC_ProfilingInfo", "VoltageObjectInfo",
+ "PowerPlayInfo", "CompassionateData", "SaveRestoreInfo/DispDevicePriorityInfo",
+ "PPLL_SS_Info/SS_Info", "OemInfo", "XTMDS_Info",
+ "MclkSS_Info", "Object_Info/Object_Header", "IndirectIOAccess",
+ "MC_InitParameter/AdjustARB_SEQ", "ASIC_VDDC_Info", "ASIC_InternalSS_Info/ASIC_MVDDC_Info",
+ "TV_VideoMode/DispOutInfo", "VRAM_Info", "MemoryTrainingInfo/ASIC_MVDDQ_Info",
+ "IntegratedSystemInfo", "ASIC_ProfilingInfo/ASIC_VDDCI_Info",
+ "VoltageObjectInfo/VRAM_GPIO_DetectionInfo",
"PowerSourceInfo"
} ;