summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-04-08lib/bxt: Add Broxton PCI idsDamien Lespiau1-1/+11
2015-04-08lib/intel_chipset: fix HAS_PCH_SPLIT on GEN9Imre Deak1-1/+1
2015-04-08lib/intel_chipset: fix HAS_PCH_SPLIT on CHVImre Deak1-1/+1
2015-04-03igt/gem_cpu_reloc: Pretty print execbuf failuresChris Wilson1-5/+3
2015-04-02tests: install test programs to libexecJoonas Lahtinen2-0/+29
2015-03-31lib/kms: Add a way to override an output's modeAnder Conselvan de Oliveira2-0/+21
2015-03-30lib/tests: add missing library flagsThomas Wood1-1/+1
2015-03-30lib: add debug flagsThomas Wood1-1/+1
2015-03-26igt.cocci: check the return values of various functionsThomas Wood7-23/+52
2015-03-26lib: print a stack trace when a test assertion failsThomas Wood2-3/+33
2015-03-26igt/gem_concurrent_blit: Separate out the combinatorial explosionChris Wilson2-0/+6
2015-03-26lib/core: Silence internally used signalsChris Wilson1-4/+11
2015-03-25lib: Add media spinJeff McGee5-0/+627
2015-03-24lib: Add i854 PCI IDVille Syrjälä1-0/+2
2015-03-24lib: Allow 32bit addresses for IOSF-SB registersVille Syrjälä2-8/+8
2015-03-24lib: Change IOSF SB devfn to 0.0Ville Syrjälä1-1/+1
2015-03-23lib: Only warn about suspicious CRCsDaniel Vetter1-17/+18
2015-03-23tests: Remove usage of igt_crc_equal and _non_nullDaniel Vetter2-35/+3
2015-03-23lib/debugfs: Add igt_assert_crc_equalDaniel Vetter2-1/+21
2015-03-23lib/core: add interactive debug point to igt_failDaniel Vetter1-0/+2
2015-03-18lib/batch: Fix range checks for blitsChris Wilson1-9/+12
2015-03-18lib/batch: Trivial compile fix for 32-bit buildsChris Wilson1-2/+2
2015-03-12lib: small documentation fixesThomas Wood3-2/+2
2015-03-12lib: move igt_interactive_debug into igt_core.cThomas Wood2-1/+2
2015-03-12lib/fb: Use PRIx64 for uint64_t in format stringDamien Lespiau1-1/+1
2015-03-12lib: Allow the creation of Ys/Yf tiled FBsDamien Lespiau1-3/+106
2015-03-12lib/igt_fb: Use new ADDFB2 extension for new tiling modesTvrtko Ursulin1-13/+23
2015-03-12lib: Add support for new extension to the ADDFB2 ioctl.Tvrtko Ursulin2-0/+35
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin3-15/+16
2015-03-12lib: Provide a raw version of the gen9 fast copy blitsDamien Lespiau2-1/+151
2015-03-12lib: Split two helpers to build fast copy's dword0 and dword1Damien Lespiau1-39/+57
2015-03-12lib: Don't give a struct igt_buf * to fast_copy_pitch()Damien Lespiau1-6/+6
2015-03-12lib/skl: Add gen9 specific igt_blitter_fast_copy()Damien Lespiau3-0/+141
2015-03-12tests/kms_addfb: Y tiled testcasesTvrtko Ursulin1-0/+2
2015-03-12tests/kms_addfb: Add support for fb modifiersTvrtko Ursulin2-0/+53
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-0/+32
2015-03-06lib/core: Make the start of the debug output more clearChris Wilson1-4/+2
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