summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-10-07lib/drmtest: Add do_ioctl_err to expect failureDaniel Stone
2015-10-07lib/igt.cocci: Add greater-than to igt_assert_lt*Daniel Stone
2015-10-07lib/igt_core: Add igt_assert_fdDaniel Stone
2015-10-07lib/igt_core: Add igt_assert_neq_*() variantsDaniel Stone
2015-10-07lib/core: Fix docs for igt_assert_lt(e)Daniel Vetter
2015-09-25lib: fix fopen mode in igt_debugfs_searchThomas Wood
2015-09-24lib: add igt_debugfs_searchThomas Wood
2015-09-24lib/tests: explicitly raise SIGSEGVThomas Wood
2015-09-17lib: allow wildcard matching when specifying subtestsThomas Wood
2015-09-11lib: remove support for deprecated drm_open_any*() callsMicah Fedke
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke
2015-09-11lib: adding drm_open_driver() interfaceMicah Fedke
2015-09-11lib: don't use igt_warn in signal handlersThomas Wood
2015-09-08build: fix unused-result warningsThomas Wood
2015-09-08lib: various documentation fixesThomas Wood
2015-08-25lib/gpgpu_fill.c: fix file permissionsThomas Wood
2015-08-21lib: fix distcheck issuesThomas Wood
2015-08-21lib: add a single include headerThomas Wood