summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-09-08meson: basic build system supportDaniel Vetter
2017-09-08lib/uwildmat: Use include pathsDaniel Vetter
2017-09-08lib: clean up header includesDaniel Vetter
2017-09-08lib: prefix frame_dump_pathDaniel Vetter
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter
2017-09-08build: use HAVE_LIBGEN_H consistentlyDaniel Vetter
2017-09-08build: Nuke #ifdef HAVE_CONFIG_H cargo-cultDaniel Vetter
2017-09-08build: Define _GNU_SOURCE in Makefile.amDaniel Vetter
2017-09-08lib/kms: Skip rather than fail when a suitable plane can't be foundVille Syrjälä
2017-09-08lib/kms: Fix the connector name strings to match what the kernel usesVille Syrjälä
2017-09-08lib/sysfs: Fix fbcon rebindVille Syrjälä
2017-09-07lib/dummyload: Use -1 for all enginesChris Wilson
2017-09-07igt/gem_exec_schedule: Basic tests for preemptionChris Wilson
2017-09-07igt/gem_exec_schedule: Exercise reordering with many priority levelsChris Wilson
2017-09-06igt/pm_rpm: Use libc 'ftw' rather than opencoding our own filetree walkChris Wilson
2017-09-06lib: Avoid actually throttling from igt_require_gem()Chris Wilson
2017-09-06lib: Disable MI_STORE_DATA_IMM for gen3 (i915g and i915gm)Chris Wilson
2017-09-05Use PATH_MAX to fix some sprintf-into-short-buffers warnings.Eric Anholt
2017-09-05igt_core: Skip sync when listing subtestsTvrtko Ursulin
2017-08-30lib/igt_debugfs: Open DRM driver without master for hpd storm exitPaul Kocialkowski
2017-08-30lib/igt_aux: Allow sysfs open to fail when setting suspend/resume delayPaul Kocialkowski
2017-08-30lib/kmod: Fix error reporting for kmod load/unloadChris Wilson
2017-08-28lib/igt_core: Use HTML character for documentation comment in examplePaul Kocialkowski
2017-08-24lib/core: Use igt_info instead of printfDaniel Vetter
2017-08-21lib: Add ALSA library with dedicated helpersPaul Kocialkowski
2017-08-21lib: Add audio library with dedicated helpersPaul Kocialkowski
2017-08-16lib/dummyload: Pad with a few nops so that we do not completely hog the systemChris Wilson
2017-08-14lib/igt_kms: Remove vblank wait after plane update.Maarten Lankhorst
2017-08-14lib/kms: Check usage of for_each_*Daniel Vetter
2017-08-14lib/kms: Add for_each_pipe_staticDaniel Vetter
2017-08-14lib: Add igt_can_fail()Daniel Vetter
2017-08-08lib: Remove illegal instructions from hang injectionChris Wilson
2017-08-01lib/igt_debugfs: Prevent compiler warning on unchecked printf formatGabriel Krisman Bertazi
2017-07-28lib/aux: Better debug output for rtcwakeDaniel Vetter
2017-07-25lib/igt_draw: add support for Y tilingPaulo Zanoni
2017-07-25lib/igt_fb: Add helper function for tile_to_modPraveen Paneri
2017-07-25lib/igt_fb: Let others use igt_get_fb_tile_sizePraveen Paneri
2017-07-25lib/drmtest: Decode driver flags on failureDaniel Vetter
2017-07-24docs: Update documentation generation with missing entriesPaul Kocialkowski
2017-07-20lib/igt_core: Split out env-related handling to common_init_envPaul Kocialkowski
2017-07-20lib/igt_core: Move all config-related parsing to common_init_configPaul Kocialkowski
2017-07-20chamelium: Add support for VGA frame comparison testingPaul Kocialkowski
2017-07-20lib/igt_frame: Add support for analog frame comparison testingPaul Kocialkowski
2017-07-20lib/igt_core: Handle glib errors correctly to avoid stderr spewPaul Kocialkowski
2017-07-19igt_core: Add the rest of Paul's patch I forgot by accidentLyude
2017-07-19chamelium: Dump captured and reference frames to png on crc errorPaul Kocialkowski
2017-07-19lib/igt_debugfs: Add extended helper to format crc to stringPaul Kocialkowski
2017-07-19Introduce common frame dumping configuration and helpersPaul Kocialkowski
2017-07-19lib/igt_debugfs: Introduce CRC check function, with logic made commonPaul Kocialkowski
2017-07-19chamelium: Calculate CRC from framebuffer instead of hardcoding itPaul Kocialkowski