mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
lib: Move non-register things out of intel-gpu-tools.h
Right now almost everything in there concerns itself with register access. Move everything else out (into drmtest.h for lack of better place) to prepare for api documentation. Also rename intel_drm.c to intel_os.c since it contains OS, not drm abstractions. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -8,7 +8,7 @@ bin_SCRIPTS = chipset.py
|
||||
lib_LTLIBRARIES = I915ChipsetPython.la
|
||||
I915ChipsetPython_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) $(PCIACCESS_LIBS)
|
||||
I915ChipsetPython_la_SOURCES = chipset_wrap_python.c chipset_macro_wrap.c \
|
||||
$(top_srcdir)/lib/intel_drm.c \
|
||||
$(top_srcdir)/lib/intel_os.c \
|
||||
$(top_srcdir)/lib/intel_chipset.c \
|
||||
$(top_srcdir)/lib/intel_reg_map.c \
|
||||
$(top_srcdir)/lib/intel_mmio.c \
|
||||
|
||||
Reference in New Issue
Block a user