mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
igt/quickdump: vlv: dump FLISDSI regs too
Signed-off-by: Imre Deak <imre.deak@intel.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user