lib: Move non-register things out of intel-gpu-tools.h
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 22 Mar 2014 18:21:26 +0000 (19:21 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 22 Mar 2014 18:39:37 +0000 (19:39 +0100)
commitbff22f7317a39605d53cf142e2c0f5c424d9c12c
tree1c2604f61a157999171dfe23954e3c8b8caa0fda
parent7754c4dd769e61ea57bf3e4ab635099b47aa6223
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>
lib/Makefile.sources
lib/drmtest.h
lib/intel_gpu_tools.h
lib/intel_os.c [moved from lib/intel_drm.c with 100% similarity]
tools/quick_dump/Makefile.am