mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
quick_dump: Add dpio read
The sample usage is in reg_access.dpio_read(). We should add some semantics to the text files to detect DPIO registers, and do the right thing. Cc: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
a59b0ee5d4
commit
6f0d8b011e
@@ -11,7 +11,8 @@ I915ChipsetPython_la_SOURCES = chipset_wrap_python.c intel_chipset.c \
|
||||
$(top_srcdir)/lib/intel_drm.c \
|
||||
$(top_srcdir)/lib/intel_pci.c \
|
||||
$(top_srcdir)/lib/intel_reg_map.c \
|
||||
$(top_srcdir)/lib/intel_mmio.c
|
||||
$(top_srcdir)/lib/intel_mmio.c \
|
||||
$(top_srcdir)/lib/intel_dpio.c
|
||||
|
||||
chipset_wrap_python.c chipset.py: chipset.i
|
||||
$(SWIG) $(AX_SWIG_PYTHON_OPT) -I/usr/include -I$(top_srcdir)/lib -o $@ $<
|
||||
|
||||
Reference in New Issue
Block a user