summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-03-05Remove unsed file in libYi Sun45-14361/+6
2015-02-27lib/igt_core: don't add newlines in logging functionsDaniel Vetter1-3/+9
2015-02-27lib: add igt_assert_ltDaniel Vetter1-0/+13
2015-02-25lib: small documentation fixesThomas Wood4-4/+4
2015-02-25lib/tests: update .gitignoreThomas Wood1-1/+2
2015-02-25lib: print the signal name to stderr when handling a signalThomas Wood1-4/+18
2015-02-25lib: remove handled option arguments from argvThomas Wood7-19/+33
2015-02-25lib: use defines for igt_simple_init and igt_subtest_initThomas Wood2-38/+32
2015-02-24lib/igt_kms.c: remove tests dependency on VT /dev/tty0Marc Herbert1-4/+18
2015-02-24tests/drv_suspend: hibernation testDavid Weinehall2-4/+33
2015-02-18lib: Use strtol not strtod for overiding the PCI IDChris Wilson1-1/+1
2015-02-18lib: Cache DRM device id to reduce number of ioctlsChris Wilson2-18/+15
2015-02-17lib: small documentation fixesThomas Wood2-2/+2
2015-02-17lib: print recent log messages to stderr when a test or subtest failsThomas Wood1-3/+37
2015-02-17lib: add a ring buffer for log entriesThomas Wood2-12/+63
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter8-233/+284
2015-02-13lib/igt_aux: s/swap/igt_swap/Daniel Vetter2-3/+3
2015-02-13lib/ioctl: Document ctx param functionsDaniel Vetter2-38/+63
2015-02-13lib/ioctl: Add gem_context_destroy helpersDaniel Vetter2-0/+34
2015-02-13lib/ioctls: make gem_context_set/get_param infallibleDaniel Vetter3-16/+8
2015-02-13igt/ioctls: doc for gem_mmapDaniel Vetter1-1/+10
2015-02-13lib/ioctl: gem_ prefix for igt_require_mmap_wcDaniel Vetter1-1/+10
2015-02-13lib/ioctl: api polish for gem_context_has_paramDaniel Vetter3-4/+4
2015-02-13lib/gt: api polish for igt_can_hang_ringDaniel Vetter2-9/+5
2015-02-09lib/tests: check that invalid subtest names are rejectedThomas Wood2-0/+33
2015-02-09lib/tests: verify subtest enumeration outputThomas Wood1-2/+11
2015-02-09lib: add exit status message to simple testsThomas Wood1-1/+29
2015-02-09lib: add subtest start and exit status code messages to debug outputThomas Wood1-0/+2
2015-02-09lib: validate subtest namesThomas Wood1-0/+12
2015-02-09lib: print warning and critical messages when listing subtestsThomas Wood1-1/+1
2015-02-09lib: warning messages should be sent to stderrThomas Wood1-1/+1
2015-02-02rendercopy/gen9: fix gem_render_copy 3d state setupImre Deak1-2/+8
2015-01-22docs: fix parsing issueThomas Wood1-1/+1
2015-01-22i-g-t: check whether kernel has dual bsd ringZhipeng Gong2-0/+17
2015-01-20lib: s/IGT_DEBUG_INTERACTIVE/--interactive-debug=varRodrigo Vivi4-11/+22
2015-01-19igt/drv_module_reload: Check more carefully for a live driverChris Wilson2-1/+2
2015-01-16lib: use critical log level for assertion failure messagesThomas Wood2-21/+19
2015-01-16lib: add a critical warning levelThomas Wood2-4/+16
2015-01-15lib: remove unnecessary checks on the drm_open_any return valueThomas Wood2-3/+17
2015-01-15lib/Android.mk: add -DHAVE_LINUX_KD_H to fix android buildTim Gore1-1/+1
2015-01-12tools/intel_audio_dump: add support for CherryviewYang, Libin1-0/+2
2015-01-07igt/gem_evict_(alignment|everything): contend with GPU hangsChris Wilson2-0/+73
2015-01-07igt/gem_concurrent_blit: Inject hangs before verifying contentsChris Wilson5-0/+191
2015-01-06ioct_wrappers: Add some mmap(wc) blurb dropped between authorsChris Wilson1-1/+3
2015-01-06Don't try to use CLOCK_MONOTONIC_COARSE on OS'es that don't support itAlan Coopersmith1-0/+2
2015-01-06Provide sighandler_t fallback for non-GNU-libc platformsAlan Coopersmith1-0/+4
2015-01-06Need to #include <libgen.h> for basename() on SolarisAlan Coopersmith1-0/+4
2015-01-06Use pthread calls instead of raw syscalls on non-Linux systemsAlan Coopersmith1-5/+16
2015-01-06Solaris needs to #include <sys/kd.h> instead of <linux/kd.h>Alan Coopersmith1-1/+5
2015-01-06Fix #ifdef check for _SC_AVPHYS_PAGES in intel_get_avail_ram_mb()Alan Coopersmith1-1/+1