summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-03-30 13:10:53 -0400
committerMatthias Hopf <mhopf@suse.de>2010-04-06 17:46:52 +0200
commit1f12d329a9cf1909ed152e22165bea3a10f6666a (patch)
tree4a3569e40fb90703001c2087c81893af2563110b
parent2d103e1e774a4575e8fb16805e7695406f6ecd7c (diff)
add alternate command table names
Some tables have different names/uses on different asics Signed-off-by: Matthias Hopf <mhopf@suse.de>
-rw-r--r--indices.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/indices.c b/indices.c
index f645b66..8bd1e1b 100644
--- a/indices.c
+++ b/indices.c
@@ -21,31 +21,33 @@
const char *index_command_table[] = {
"ASIC_Init", "GetDisplaySurfaceSize", "ASIC_RegistersInit",
- "VRAM_BlockVenderDetection", "SetClocksRatio", "MemoryControllerInit",
+ "VRAM_BlockVenderDetection", "SetClocksRatio/DIGxEncoderControl", "MemoryControllerInit",
"EnableCRTCMemReq", "MemoryParamAdjust", "DVOEncoderControl",
"GPIOPinControl", "SetEngineClock", "SetMemoryClock",
"SetPixelClock", "DynamicClockGating", "ResetMemoryDLL",
"ResetMemoryDevice", "MemoryPLLInit", "AdjustDisplayPll",
- "AdjustMemoryController", "EnableASIC_StaticPwrMgt", "ASIC_StaticPwrMgtStatusChange",
+ "AdjustMemoryController", "EnableASIC_StaticPwrMgt", "ASIC_StaticPwrMgtStatusChange/SetUniphyInstance",
"DAC_LoadDetection", "LVTMAEncoderControl", "LCD1OutputControl",
"DAC1EncoderControl", "DAC2EncoderControl", "DVOOutputControl",
- "CV1OutputControl", "GetConditionalGoldenSetting", "TVEncoderControl",
+ "CV1OutputControl", "GetConditionalGoldenSetting/SetCRTC_DPM_State", "TVEncoderControl",
"TMDSAEncoderControl", "LVDSEncoderControl", "TV1OutputControl",
"EnableScaler", "BlankCRTC", "EnableCRTC",
- "GetPixelClock", "EnableVGA_Render", "EnableVGA_Access",
+ "GetPixelClock", "EnableVGA_Render", "EnableVGA_Access/GetSCLKOverMCLKRatio",
"SetCRTC_Timing", "SetCRTC_OverScan", "SetCRTC_Replication",
"SelectCRTC_Source", "EnableGraphSurfaces", "UpdateCRTC_DoubleBufferRegisters",
"LUT_AutoFill", "EnableHW_IconCursor", "GetMemoryClock",
"GetEngineClock", "SetCRTC_UsingDTDTiming", "ExternalEncoderControl",
"LVTMAOutputControl", "VRAM_BlockDetectionByStrap", "MemoryCleanUp",
- "ReadEDIDFromHWAssistedI2C", "WriteOneByteToHWAssistedI2C", "ReadHWAssistedI2CStatus",
+ "ReadEDIDFromHWAssistedI2C/ProcessI2cChannelTransaction",
+ "WriteOneByteToHWAssistedI2C", "ReadHWAssistedI2CStatus/HPDInterruptService",
"SpeedFanControl", "PowerConnectorDetection", "MC_Synchronization",
"ComputeMemoryEnginePLL", "MemoryRefreshConversion", "VRAM_GetCurrentInfoBlock",
"DynamicMemorySettings", "MemoryTraining", "EnableSpreadSpectrumOnPPLL",
"TMDSAOutputControl", "SetVoltage", "DAC1OutputControl",
"DAC2OutputControl", "SetupHWAssistedI2CStatus", "ClockSource",
"MemoryDeviceInit", "EnableYUV", "DIG1EncoderControl",
- "DIG2EncoderControl", "DIG1TransmitterControl", "DIG2TransmitterControl",
+ "DIG2EncoderControl", "DIG1TransmitterControl/UNIPHYTransmitterControl",
+ "DIG2TransmitterControl/LVTMATransmitterControl",
"ProcessAuxChannelTransaction", "DPEncoderService"
} ;