Enable compilation on non-Intel, non-DRM systems.
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 8 Apr 2010 10:56:57 +0000 (11:56 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 8 Apr 2010 11:17:31 +0000 (12:17 +0100)
commit95374225e865da3a30153f73e8bb536700d15459
treeab8797a6f255a0d76e5d8e7439b8fe4a9b34ca90
parentcd64e193299be4b9733a5e804cedd99e2072830f
Enable compilation on non-Intel, non-DRM systems.

A few of the tools can be performed post-mortem from a different system,
so it is useful to be able to compile those tools on those foreign
systems. Obviously, any program to interact with the PCI device or talk
to GEM will fail on a non-Intel system.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
29 files changed:
benchmarks/Makefile.am
configure.ac
lib/Makefile.am
lib/instdone.c
lib/instdone.h
lib/intel_batchbuffer.c
lib/intel_batchbuffer.h
lib/intel_drm.c [new file with mode: 0644]
lib/intel_gpu_tools.h
lib/intel_mmio.c [moved from lib/intel_gpu_tools.c with 52% similarity]
lib/intel_pci.c [new file with mode: 0644]
tests/gem_bad_address.c
tests/gem_bad_batch.c
tests/gem_bad_blit.c
tests/gem_pread_after_blit.c
tests/gem_ringfill.c
tests/gem_tiled_blits.c
tests/gem_tiled_pread.c
tools/intel_audio_dump.c
tools/intel_error_decode.c
tools/intel_gpu_dump.c
tools/intel_gpu_time.c
tools/intel_gpu_top.c
tools/intel_gtt.c
tools/intel_lid.c
tools/intel_reg_dumper.c
tools/intel_reg_read.c
tools/intel_reg_snapshot.c
tools/intel_reg_write.c