summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-02-17lib/igt_core.c: Expand --run-subtest functionality.Derek Morton
2016-02-11lib: Add prime_sync_start and prime_sync_end helpersTiago Vignatti
2016-02-11prime_mmap: Add basic tests to write in a bo using CPUTiago Vignatti
2016-02-11lib: Add gem_userptr and __gem_userptr helpersTiago Vignatti
2016-02-09lib: Fix build when vc4 headers are presentTomeu Vizoso
2016-02-09lib: Only compile igt_vc4 is we have itDaniel Vetter
2016-02-08igt: Add a helper function for creating VC4 BOs.Eric Anholt
2016-02-08igt: Add a helper function for mapping VC4 BOs.Eric Anholt
2016-02-08igt: Add a helper function for getting a VC4 BO that's been drawn to.Eric Anholt
2016-02-08igt: Add support for DRIVER_VC4 flags on tests.Eric Anholt
2016-02-05lib: Silence a common debug message when creating a contextChris Wilson
2016-02-04igt/gem_reset_stats: Convert from stop-rings to real hang injectionChris Wilson
2016-02-04tests/drv_hangman: Convert to using central list of enginesChris Wilson
2016-01-29tests/igt_fb: rename igt_get_all_formats to igt_get_all_cairo_formatsPaulo Zanoni
2016-01-29lib/igt_fb: fix igt_get_all_formats documentationPaulo Zanoni
2016-01-29lib/igt_draw: use igt_drm_format_to_bpp()Paulo Zanoni
2016-01-29lib/igt_fb: make the automatic buffer sizes/strides smallerPaulo Zanoni
2016-01-28lib: Hide BSD1/BSD2 rings on hardware without BSD2Chris Wilson
2016-01-27Add I915_EXEC_DEFAULT to list of known enginesChris Wilson
2016-01-27Extract array of execution enginesChris Wilson
2016-01-27lib: Query the kernel for support of a particular exec idChris Wilson
2016-01-27lib: Share common __gem_execbuf()Chris Wilson
2016-01-26lib/igt_kms, tests/testdisplay: allow probing of new connector modesJesse Barnes
2016-01-25igt: Disable igt_clflush_range() implementation on ARM buildsEric Anholt
2016-01-25lib/ioctl_wrappers: Add gem_has_softpinMichał Winiarski
2016-01-25lib/ioctl_wrappers: Add gem_gtt_type exposing raw HAS_ALIASING_PPGTT paramMichał Winiarski
2016-01-22lib: Refactor common detection of missed interruptsChris Wilson
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