summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-01-22lib: Print memory requirements as MiBChris Wilson
2016-01-20lib: Expand igt_hang_ring() to select target context and various optionsChris Wilson
2016-01-20lib: Always double check igt_require_hang_ring() on useChris Wilson
2016-01-19igt/gem_mmap_wc: Test cpu mmap vs wc mmap coherencyChris Wilson
2016-01-19gem_concurrent_blit: Don't call igt_require() outside of a subtest/fixtureChris Wilson
2016-01-11core/sighelper: Interrupt everyone in the process groupChris Wilson
2016-01-08Fix a bunch of printf typesVille Syrjälä
2016-01-08lib: Add igt_pipe_crc_new_nonblock()Ville Syrjälä
2016-01-08lib: Extract some common fb create+fill methods into helpersVille Syrjälä
2016-01-06igt_core: Fix logging to display extended lineDerek Morton
2015-12-21lib: Use igt_assert_eq() to check for crc component countVille Syrjälä
2015-12-21lib: Make 'extra_long_opts' constVille Syrjälä
2015-12-16gem_flink_race/prime_self_import: Improve test reliabilityDerek Morton
2015-12-08tests/kms_force_connector_basic: Add prune-stale-modes subtestVille Syrjälä
2015-12-08lib/kms: Turn base_edid into a templateVille Syrjälä
2015-12-04lib: igt_fork_hang_helper must be run in fixturesDaniel Vetter
2015-12-04lib/kms+tests: Use cached connector stateDaniel Vetter
2015-12-03igt/gem_stolen: Verifying extended gem_create ioctlAnkitprasad Sharma
2015-12-02docs: document intel_pipe_crc_source enum valuesThomas Wood
2015-12-02docs: add missing documentation for drm open functionsThomas Wood
2015-12-01lib: gem_set_caching() use drmIoctl() rather than ioctl()Chris Wilson
2015-11-27lib/igt_fb: also pass the stride to igt_create_fb_with_bo_size()Paulo Zanoni
2015-11-27lib/igt_fb: fix open-coded ALIGN()Paulo Zanoni
2015-11-27lib/igt_fb: fix igt_create_fb_with_bo_size() documentationPaulo Zanoni
2015-11-27lib/igt_fb: fix fb->size when provided by the userPaulo Zanoni
2015-11-24lib/igt_core: Prefer CLOCK_MONOTONIC_RAWJoonas Lahtinen
2015-11-24lib/kbl: Add Kabylake GT4 PCI IDsWayne Boyer
2015-11-24lib/kbl: move KBL check from IS_SKYLAKE() to IS_GEN9()Wayne Boyer
2015-11-20drmtest: Use standard gem_execbuf() calls in gem_quiescent_gpu()Chris Wilson
2015-11-19lib: Add Skylake Intel Graphics GT4 PCI IDsMika Kuoppala
2015-11-16lib/kms: Pass fb_id=0 to setcrtc in kmstest_unset_all_crtcs()Ville Syrjälä
2015-11-11lib: add a environment variable to control outputThomas Wood
2015-11-11lib: highlight subtest results on terminalsThomas Wood
2015-11-11lib: add documentation for igt_display_init/finiThomas Wood
2015-11-11lib: add PIPE_ANY to the pipe enumThomas Wood
2015-11-11Add missing noreturn attribute to various functionsThomas Wood
2015-11-09lib: Add missing #include <stdbool.h>Chris Wilson
2015-11-09lib: Make instdone initialisation fail gracefullyChris Wilson
2015-11-03lib/tests: Add igt_assert_*() self-testsDaniel Stone
2015-10-23lib: Skip suspend/hibernate tests if the system doesn't support themVille Syrjälä
2015-10-19Update CONTEXT_PARAM for GTT_SIZE reportingChris Wilson
2015-10-19lib: Fix querying context GTT sizeChris Wilson
2015-10-14lib/kbl: Add Kabylake PCI IDsRodrigo Vivi
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä
2015-10-09lib: Die if framebuffer GTT mapping failsVille Syrjälä
2015-10-09lib: Document that gem_mmap__{cpu,gtt,wc} return NULL on failureVille Syrjälä
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä
2015-10-08lib/igt_fb: don't forget to close parens on message printedPaulo Zanoni
2015-10-07lib/igt.cocci: De-opencode ioctlsDaniel Stone