diff options
author | Imre Deak <imre.deak@intel.com> | 2014-05-18 23:37:56 +0300 |
---|---|---|
committer | Imre Deak <imre.deak@intel.com> | 2014-05-19 20:13:15 +0300 |
commit | a6eaa292717f8c8e109ae172d115abea05b5c342 (patch) | |
tree | cba1a8dad75f86a5b022855746cf20c09cd80d42 /tools | |
parent | ad08999794ab883e6755bdf3cdce8ba9ac7a4c6d (diff) |
igt/quickdump: vlv: dump FLISDSI regs too
Signed-off-by: Imre Deak <imre.deak@intel.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/quick_dump/chipset.i | 2 | ||||
-rwxr-xr-x | tools/quick_dump/quick_dump.py | 2 | ||||
-rwxr-xr-x | tools/quick_dump/reg_access.py | 6 | ||||
-rw-r--r-- | tools/quick_dump/valleyview | 1 | ||||
-rw-r--r-- | tools/quick_dump/vlv_flisdsi.txt | 39 |
5 files changed, 50 insertions, 0 deletions
diff --git a/tools/quick_dump/chipset.i b/tools/quick_dump/chipset.i index ae176e80..6dd92ccc 100644 --- a/tools/quick_dump/chipset.i +++ b/tools/quick_dump/chipset.i @@ -18,6 +18,7 @@ extern void intel_register_access_fini(); extern int intel_register_access_needs_fakewake(); extern unsigned short pcidev_to_devid(struct pci_device *pci_dev); extern uint32_t intel_dpio_reg_read(uint32_t reg, int phy); +extern uint32_t intel_flisdsi_reg_read(uint32_t reg); %} extern int is_sandybridge(unsigned short pciid); @@ -33,3 +34,4 @@ extern void intel_register_access_fini(); extern int intel_register_access_needs_fakewake(); extern unsigned short pcidev_to_devid(struct pci_device *pci_dev); extern uint32_t intel_dpio_reg_read(uint32_t reg, int phy); +extern uint32_t intel_flisdsi_reg_read(uint32_t reg); diff --git a/tools/quick_dump/quick_dump.py b/tools/quick_dump/quick_dump.py index bace8c72..523f6755 100755 --- a/tools/quick_dump/quick_dump.py +++ b/tools/quick_dump/quick_dump.py @@ -38,6 +38,8 @@ def parse_file(file): register = ast.literal_eval(line) if register[2] == 'DPIO': val = reg.dpio_read(register[1], 0) + if register[2] == 'FLISDSI': + val = reg.flisdsi_read(register[1]) else: val = reg.read(register[1]) intreg = int(register[1], 16) diff --git a/tools/quick_dump/reg_access.py b/tools/quick_dump/reg_access.py index 85f9b57b..84fea7c0 100755 --- a/tools/quick_dump/reg_access.py +++ b/tools/quick_dump/reg_access.py @@ -35,6 +35,12 @@ def dpio_read(reg, phy): val = chipset.intel_dpio_reg_read(reg, phy) return val +def flisdsi_read(reg): + reg = int(reg, 16) + + val = chipset.intel_flisdsi_reg_read(reg) + return val + def init(): pci_dev = chipset.intel_get_pci_device() diff --git a/tools/quick_dump/valleyview b/tools/quick_dump/valleyview index 6b6e16cb..6c3441ea 100644 --- a/tools/quick_dump/valleyview +++ b/tools/quick_dump/valleyview @@ -6,3 +6,4 @@ base_power.txt base_rings.txt gen7_other.txt vlv_dpio.txt +vlv_flisdsi.txt diff --git a/tools/quick_dump/vlv_flisdsi.txt b/tools/quick_dump/vlv_flisdsi.txt new file mode 100644 index 00000000..18f2b004 --- /dev/null +++ b/tools/quick_dump/vlv_flisdsi.txt @@ -0,0 +1,39 @@ +('MIPI4DPHY_RCOMP_IOSFSB_REG0', '0x0000', 'FLISDSI') +('MIPI4DPHY_RCOMP_IOSFSB_REG1', '0x0001', 'FLISDSI') +('MIPI4DPHY_RCOMP_IOSFSB_REG2', '0x0002', 'FLISDSI') +('MIPI4DPHY_RCOMP_IOSFSB_REG3', '0x0003', 'FLISDSI') +('MIPI4DPHY_RCOMP_IOSFSB_REG4', '0x0004', 'FLISDSI') +('MIPI4DPHY_RCOMP_IOSFSB_REG5', '0x0005', 'FLISDSI') +('MIPI4DPHY_RCOMP_IOSFSB_REG6', '0x0006', 'FLISDSI') +('MIPI4DPHY_RCOMP_IOSFSB_REG7', '0x0007', 'FLISDSI') +('DSI_CFG', '0x0008', 'FLISDSI') +('DSI_DLLCOUNTCD_STATUS', '0x0009', 'FLISDSI') +('DSI_RXCDCNTRL', '0x000a', 'FLISDSI') +('DSI_HSRCOMP_STAT', '0x000b', 'FLISDSI') +('DSI_LPRCOMP_STAT', '0x000c', 'FLISDSI') +('DSI_LPRCOMP2', '0x000d', 'FLISDSI') +('DSI_LPRCOMP1', '0x000e', 'FLISDSI') +('DSI_BGCTL', '0x000f', 'FLISDSI') +('DSI_RCCCFG', '0x0010', 'FLISDSI') +('DSI_MISRDOUTLP', '0x0011', 'FLISDSI') +('DSI_RCCRCOMP', '0x0012', 'FLISDSI') +('DSI_BSCOMPARE', '0x0013', 'FLISDSI') +('DSI_RCOMPCTL1', '0x0014', 'FLISDSI') +('DSI_TXCNTRL', '0x0015', 'FLISDSI') +('DSI_MISRDOUT1', '0x0016', 'FLISDSI') +('DSI_DLLCTL2', '0x0017', 'FLISDSI') +('DSI_DLLCTL1', '0x0018', 'FLISDSI') +('DSI_ACIOCFG2', '0x0019', 'FLISDSI') +('DSI_ACIOCFG1', '0x001a', 'FLISDSI') +('DSI_ACIOSS', '0x001b', 'FLISDSI') +('DSI_ACIOERR1', '0x001c', 'FLISDSI') +('DSI_ACIOERR2', '0x001d', 'FLISDSI') +('DSI_MISRDOUT2', '0x001e', 'FLISDSI') +('DSI_RCOMPCTL2', '0x001f', 'FLISDSI') +('DSI_ALL01', '0x0020', 'FLISDSI') +('DSI_DLLCTL3', '0x0021', 'FLISDSI') +('DSI_DATAEYE1', '0x0022', 'FLISDSI') +('DSI_DATAEYE2', '0x0023', 'FLISDSI') +('DSI_DATAEYE3', '0x0024', 'FLISDSI') +('DSI_DATAEYE4', '0x0025', 'FLISDSI') +('DSI_DATAEYE5', '0x0026', 'FLISDSI') |