summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-11-12build: list all test/tool/lib source files in their own Makefile.sourcesOscar Mateo1-36/+2
In this way, all source files are listed in Makefile.sources and included from Makefile.am, thus enabling the reuse from Android makefiles. Signed-off-by: Oscar Mateo <oscar.mateo@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2013-11-06rendercopy/bdw: Add gen8_render.h to the file listDamien Lespiau1-0/+1
So it gets distributed with make dist. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
2013-11-06rendercopy/bdw: Initial gen8 rendercopyJesse Barnes1-0/+1
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
2013-10-24lib: Add a function to dump a scratch buf into a pngDamien Lespiau1-0/+1
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-10-15lib: Add igt_wait_for_vblank() helperDamien Lespiau1-0/+1
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-10-15lib: Add a igt_display.h with a few enums and defines from the kernelDamien Lespiau1-0/+1
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-10-15lib: Add a small helper to open debugfs filesDamien Lespiau1-0/+2
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-04-16add VLV punit & north cluster read toolsJesse Barnes1-0/+1
2012-08-21tools: Added intel_dpio_read and intel_dpio_writeVijay Purushothaman1-0/+1
In Valleyview the DPLL and lane control registers are accessible only through side band fabric called DPIO. Added two tools to read and write registers residing in this space. v2: Moved the core read/write functions to lib/intel_dpio.c based on Ben's feedback Signed-off-by: Vijay Purushothaman <vijay.a.purushothaman@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-06-28lib: add a gen7 rendercopyBen Widawsky1-0/+2
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-05-22lib: extract kmstest_create_fbDaniel Vetter1-0/+2
We should get more kms tests soon, and not needing to copy-paste a nice test pattern should be useful. That establishes a firm depency of i-g-t on cairo over everything, but I don't care so much about that. Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-02-09lib/rendercopy: fixup make distcheckDaniel Vetter1-4/+4
And complete the gem_stress->rendercopy rename that I've forgotten about. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-01-18lib: extract rendercopy functions from gem_stressDaniel Vetter1-1/+7
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-01-12lib: fix include directives, alphabetize sourcesGaetan Nadon1-24/+21
Headers are found under top_srcdir/... Headers are CPP flags, not C Flags Acked-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2012-01-04config: use project wide xorg warnings variableGaetan Nadon1-1/+1
Use CWARNFLAGS as in all of xorg. There seems to be no reason why this module should be different. The warnings were updated recently for those who install the latest util-macros. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-11-01cargo-cult the build system into shapeDaniel Vetter1-0/+1
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-11-01always require libdrmDaniel Vetter1-8/+5
... and also add the missing files to lib/Makefile.am Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-10-30make distcheck fixesDaniel Vetter1-0/+4
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-07-28intel-gpu-tools/range handling: register range handlingBen Widawsky1-0/+1
Hooks to allow safe accesses from userspace. Can revert to old behavior by using unsafe access.
2010-04-08Enable compilation on non-Intel, non-DRM systems.Chris Wilson1-5/+14
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 Anholt1-0/+2
2009-03-30Add intel_chipset.h to fix dist.Eric Anholt1-0/+1
2009-03-27Move i810_reg.h to lib/intel_reg.h and get it disted.Eric Anholt1-0/+1
2009-03-27Port intel_idle from 2D driver as intel_gpu_top with a better interface.Eric Anholt1-0/+2
2009-03-26Initial import of intel-graphics-tools with some microbenchmarks.Eric Anholt1-0/+10