mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
mmio: use intel_iosf.c for DPIO reads and writes
This makes it a bit more like the kernel, so we can go poke at DPIO and other IOSF regs a bit more easily. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
@@ -12,7 +12,7 @@ I915ChipsetPython_la_SOURCES = chipset_wrap_python.c intel_chipset.c \
|
||||
$(top_srcdir)/lib/intel_pci.c \
|
||||
$(top_srcdir)/lib/intel_reg_map.c \
|
||||
$(top_srcdir)/lib/intel_mmio.c \
|
||||
$(top_srcdir)/lib/intel_dpio.c
|
||||
$(top_srcdir)/lib/intel_iosf.c
|
||||
|
||||
chipset_wrap_python.c chipset.py: chipset.i
|
||||
$(AM_V_GEN)$(SWIG) $(AX_SWIG_PYTHON_OPT) -I/usr/include -I$(top_srcdir)/lib -o $@ $<
|
||||
|
||||
Reference in New Issue
Block a user