summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-01-30gem_ctx_params: Test the new context concurrency parameterTvrtko Ursulin1-0/+1
2017-01-10lib/igt_kms: Remove output->valid againMaarten Lankhorst2-15/+13
2017-01-07Revert "lib/igt_kms: Remove output->valid"Chris Wilson2-8/+12
2017-01-06lib: Always unbind the fbcon around igtChris Wilson1-0/+3
2017-01-05lib/igt_kms: Remove output->validMaarten Lankhorst2-12/+8
2017-01-05tests: Add gem_exec_reuseChris Wilson1-1/+1
2017-01-04tests/kms_ccs: Add test for render compressionTomeu Vizoso1-0/+2
2017-01-04igt/gem_exec_fence: Check sync_file->status after the fence is signaledChris Wilson2-0/+20
2017-01-03igt_core: add igt_constructorLyude1-0/+13
2017-01-03lib/intel_chipset: Add geminilake platform definitionAnder Conselvan de Oliveira2-0/+10
2017-01-03lib/i915_pciids.h: Update to latest version wich includes GLK idsAnder Conselvan de Oliveira2-48/+21
2017-01-02lib: Wrap conversion from u64 to pointersChris Wilson2-2/+12
2017-01-02lib: Mass conversion to to_user_pointer()Chris Wilson7-13/+13
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