mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +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:
@@ -15,7 +15,7 @@ libintel_tools_la_SOURCES = \
|
||||
intel_batchbuffer.c \
|
||||
intel_batchbuffer.h \
|
||||
intel_chipset.h \
|
||||
intel_drm.c \
|
||||
intel_os.c \
|
||||
intel_gpu_tools.h \
|
||||
intel_mmio.c \
|
||||
intel_chipset.c \
|
||||
|
||||
Reference in New Issue
Block a user