summaryrefslogtreecommitdiff
path: root/lib/instdone.h
AgeCommit message (Collapse)Author
2015-11-09lib: Add missing #include <stdbool.h>Chris Wilson
A forgotten fixup to allow instdone.h to compile. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2015-11-09lib: Make instdone initialisation fail gracefullyChris Wilson
Just report that we don't recognise the chipset rather than explode. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-04-08Enable compilation on non-Intel, non-DRM systems.Chris Wilson
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>
2009-06-30intel_gpu_top: Move instdone bit definitions to lib to share with _dump.Eric Anholt