summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-01-02lib/ioctl_wrappers.h: Fix to_user_pointer() helperRobert Foss1-2/+2
2017-01-02lib/ioctl_wrappers.h: Add to_user_pointer() helperRobert Foss1-0/+11
2016-12-23stubs/intel_bufmgr: Suppress GCC compilation warningsChris Wilson1-28/+38
2016-12-22lib: Kick all fbconChris Wilson1-16/+14
2016-12-22lib/selftest: Query module parameter for error code.Chris Wilson2-2/+17
2016-12-19lib/debugfs: Check if debufs is already mounted before attempting to mount itVille Syrjälä1-2/+19
2016-12-17lib/sw_sync: Use timeline/fence instead of generic fdChris Wilson1-6/+6
2016-12-17lib/sw_sync: Rename sync_fence_create()Chris Wilson2-7/+7
2016-12-17lib/sw_sync: Indicate that sync_merge() operates and create a sync_fenceChris Wilson2-9/+7
2016-12-17lib/sw_sync: Bring sync_wait() API into lineChris Wilson2-16/+17
2016-12-17lib/sw_sync: Provide compatiblity stubs for old headersChris Wilson1-36/+58
2016-12-17igt_kms: Use const parameters for igt_assert_crc_equalLyude2-2/+2
2016-12-17lib/igt_kmod: kmod already supplies a cooked error codeChris Wilson1-3/+1
2016-12-16stubs/drm: Add drm_intel_gem_context_get_id stubRobert Bragg2-0/+9
2016-12-14lib/debugfs: Support new generic ABI for CRC captureTomeu Vizoso2-51/+143
2016-12-14lib/sw_sync: Add igt_require_sw_sync to enable skipping on no sw_sync supportRobert Foss2-0/+15
2016-12-14lib/sw_sync: Add helper functions for managing synchronization primitivesRobert Foss3-0/+260
2016-12-13igt_kms: Dynamically allocate igt_display->pipesLyude2-1/+3
2016-12-13lib/kselftest: Apply the filter to the test nameChris Wilson1-4/+6
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