mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
tools: Added intel_dpio_read and intel_dpio_write
In Valleyview the DPLL and lane control registers are accessible only through side band fabric called DPIO. Added two tools to read and write registers residing in this space. v2: Moved the core read/write functions to lib/intel_dpio.c based on Ben's feedback Signed-off-by: Vijay Purushothaman <vijay.a.purushothaman@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
082826de6c
commit
4fc76adf31
@@ -196,6 +196,8 @@
|
||||
dev == PCI_CHIP_IVYBRIDGE_S_GT2 || \
|
||||
dev == PCI_CHIP_VALLEYVIEW_PO)
|
||||
|
||||
#define IS_VALLEYVIEW(devid) (devid == PCI_CHIP_VALLEYVIEW_PO)
|
||||
|
||||
#define IS_HSW_GT1(devid) (devid == PCI_CHIP_HASWELL_GT1 || \
|
||||
devid == PCI_CHIP_HASWELL_M_GT1 || \
|
||||
devid == PCI_CHIP_HASWELL_S_GT1 || \
|
||||
|
||||
Reference in New Issue
Block a user