summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-12-13lib/kselftest: Parse embedded test number from parameterChris Wilson2-15/+59
2016-12-13lib: Allow permutation of the first two elements in the arayChris Wilson1-1/+1
2016-12-08igt_kms: Remove support for drivers with <1 drm_planeLyude2-20/+11
2016-12-07Revert "lib/kselftests: Eliminate ENOTTY hack"Chris Wilson1-0/+3
2016-12-07lib/kselftests: Eliminate ENOTTY hackChris Wilson1-3/+0
2016-12-07lib: Use igt_assert_eq in CHECK_RETURNTomeu Vizoso1-1/+1
2016-12-07igt/drv_selftest: Adapt to mock/late splitChris Wilson2-2/+10
2016-12-07igt_kms: Don't require intel hardware for kmstest_force_connectorLyude1-9/+14
2016-12-02lib/igt_kmod: Update the prefix match string lengthChris Wilson1-2/+4
2016-12-02lib/igt_kmod: s/subtest__/igt__/ for kernel parametersChris Wilson1-1/+1
2016-12-02lib/igt_kmod: Squelch the igt assert for a module with no subtestsChris Wilson1-0/+5
2016-12-01igt: Add kselftest runner for i915Chris Wilson2-74/+65
2016-12-01lib/igt_kmod: Adopt igt_kselftests()Chris Wilson2-0/+96
2016-12-01lib/igt_gvt: Make use of libkmod helpers and fix reading gvt parameter.Marius Vlad1-19/+18
2016-12-01lib/igt_kmod: New library to support driver loading/unloading and additional ...Marius Vlad9-42/+749
2016-12-01lib/igt_dummyload: Don't clear a signal if we haven't installed the timeoutChris Wilson1-1/+2
2016-12-01lib/dummyload: Don't clear the same signal twiceChris Wilson1-1/+1
2016-12-01Revert "igt_dummyload: Don't clear handler for invalid signal"Chris Wilson1-3/+0
2016-12-01lib/dummyload: Clear the right signal afterwardsChris Wilson1-1/+1
2016-12-01igt_dummyload: Don't clear handler for invalid signalAbdiel Janulgue1-0/+3
2016-12-01igt_dummyload: clear signal handler on the desructor as wellAbdiel Janulgue1-4/+12
2016-12-01Silence a bunch of "const discard" warningsChris Wilson1-2/+2
2016-12-01lib/igt_aux.h: Cast is confusing old gccRodrigo Vivi1-1/+1
2016-11-29lib: add igt_dummyloadAbdiel Janulgue5-0/+338
2016-11-29igt_aux: Add some list helpers from waylandLyude1-0/+89
2016-11-29lib: Make signal helper definitions reusableAbdiel Janulgue3-14/+10
2016-11-27igt: Add kselftest runner for drm_mmChris Wilson1-1/+2
2016-11-15lib: Add missing include for sync()Petri Latvala1-0/+1
2016-11-11lib: substitute cxt BAN_PERIOD with BANNABLEMika Kuoppala3-34/+62
2016-11-11lib: Pass I915_TILING_NONE if Yf or YsTomeu Vizoso1-1/+2
2016-11-10lib: Pass I915_TILING_Y to the kernel if Yf or YsTomeu Vizoso1-0/+3
2016-11-10lib: Pass tiling constant where that's expectedTomeu Vizoso2-19/+31
2016-11-09lib: use the local intel_aub.h fileEmil Velikov2-3/+156
2016-11-09Revert "lib: use the local intel_aub.h file"Tomeu Vizoso2-2/+2
2016-11-07igt: Add a test for reordering execbufsChris Wilson3-0/+17
2016-10-27lib/drmtest: Test for equivalence with DRIVER_ANYTomeu Vizoso1-1/+1
2016-10-27lib: use the local intel_aub.h fileEmil Velikov2-2/+2
2016-10-27lib/drmtest: Take DRIVER_ANY into account when opening the DRM deviceTomeu Vizoso1-0/+4
2016-10-19igt: Check the physical swizzle statusChris Wilson4-11/+27
2016-10-18drmtest: Install exithandler for i915, even in multidriver testsChris Wilson1-6/+10
2016-10-18lib/igt_aux: Improve documentation for igt_system_suspend_autoresume()Imre Deak2-6/+51
2016-10-14lib/sysfs: Use a fallback for builtin modulesChris Wilson1-0/+14
2016-10-14tests: prefix IGT kernel log messages with [IGT]Jani Nikula1-3/+3
2016-10-13igt/gem_ctx_param: Update invalid parma numberChris Wilson1-0/+1
2016-10-13igt/gem_ctx_param: Tidy error messagesChris Wilson2-3/+14
2016-10-13lib/igt_aux: Add support for various system suspend/resume optionsImre Deak2-38/+158
2016-10-13lib/igt_gt: Use /sys/.../error instead of /debug/.../i915_error_stateChris Wilson1-11/+12
2016-10-13igt/gem_wait: Use explicit timersChris Wilson1-0/+27
2016-10-11lib/chipset: Properly skip on non-IntelDaniel Vetter1-2/+1
2016-10-05igt_kms: Refresh output when setting pipe.Maarten Lankhorst1-4/+9