summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-09-02lib/igt_core: Wrap print_backtrace_sig_safe() with HAVE_LIBUNWIND.Marius Vlad1-0/+2
2016-09-01lib/igt_core: Print stacktrace when receiving one of the crash signals.marius vlad1-2/+177
2016-09-01lib/intel_chipset: Fix compilation when enabling the debugger.marius vlad1-0/+1
2016-09-01autotools/: Allow check target to be invoked w/o the need to issue a build.Marius Vlad3-90/+0
2016-09-01lib: Make igt_command_line.sh selftest standaloneChris Wilson1-7/+15
2016-08-29lib: Avoid using 2 writes to /proc/sys/vm/drop_cachesChris Wilson1-9/+7
2016-08-25igt_kms: Populate more members of connectors.Maarten Lankhorst1-13/+14
2016-08-23lib/kms: Force connector probing on first useChris Wilson2-12/+11
2016-08-18lib: Preallocate framebuffersChris Wilson1-0/+6
2016-08-05lib: Fix typo s/huma-readable/human-readable/Ville Syrjälä1-1/+1
2016-08-05tools/intel_reg: Dump DP_BUFTRANS registers on ILK-IVBVille Syrjälä1-0/+2
2016-08-04igt_kms: Use proper panning coordinates for legacy primary plane updatesMatt Roper1-2/+2
2016-08-04igt/gem_mocs_settings: adding RC6 testsPeter Antoine2-0/+39
2016-08-04lib/Makefile: Replace automake specific names of listings in Makefile.sourcesRobert Foss3-2/+4
2016-08-04lib/tests/Makefile: Replace automake specific names of listings in Makefile.s...Robert Foss3-5/+8
2016-08-04lib/stubs: Add stubs for intel_bufmgrRobert Foss4-0/+600
2016-08-04configure.ac: Harmonize HAVE_XXX flag for all drm platforms to HAVE_LIBDRM_XXXRobert Foss1-1/+1
2016-08-01igt/gem_mmap_gtt/wc: Reduce test runtimeChris Wilson1-0/+13
2016-07-27docs: minimal docs for igt_vgem.cDaniel Vetter1-0/+12
2016-07-27lib: Update ioctl_wrappers functionsDaniel Vetter1-0/+7
2016-07-27lib: Update igt_chipset docsDaniel Vetter2-30/+32
2016-07-27docs: pull in VC4 docsDaniel Vetter1-0/+1
2016-07-27lib: Update igt_core docsDaniel Vetter1-1/+10
2016-07-27lib: Update docs for igt_statsDaniel Vetter2-29/+69
2016-07-27lib: update docs for igt_pmDaniel Vetter4-128/+140
2016-07-27lib: Update docs for igt_fbDaniel Vetter1-7/+34
2016-07-27lib/debugs: nuke igt_crc_equal againDaniel Vetter2-18/+0
2016-07-27lib: update docs for igt_debugfsDaniel Vetter2-5/+10
2016-07-27lib: Update docs for igt_sysfs.cDaniel Vetter2-6/+63
2016-07-27lib/igt_kms: Add some more documentation to some common kms functions.Maarten Lankhorst2-8/+100
2016-07-27lib/igt_kms: Move doc header to start of the fileMaarten Lankhorst1-23/+23
2016-07-26igt_kms: Allow disabling previous override modeMaarten Lankhorst1-3/+9
2016-07-26igt_kms: Add more apis for panel fitting test.Maarten Lankhorst2-27/+85
2016-07-26igt_kms: Add modeset support to atomic commits.Maarten Lankhorst2-29/+105
2016-07-26igt_kms: Clear all _changed members centrally, v2.Maarten Lankhorst1-36/+46
2016-07-26igt_kms: Remove pan members from igt_plane, v2.Maarten Lankhorst2-24/+4
2016-07-26igt_kms: Handle atomic pipe properties better.Maarten Lankhorst2-55/+55
2016-07-26igt_kms: Change PIPE_ANY behavior to mean unassigned, v2.Maarten Lankhorst2-49/+52
2016-07-26igt_kms: Use pipes for committing, not outputsMaarten Lankhorst1-52/+63
2016-07-26igt_kms: Assign pipe properties in pipe initMaarten Lankhorst1-31/+23
2016-07-26igt_kms: Make PIPE_ANY a alias for PIPE_NONEMaarten Lankhorst1-1/+2
2016-07-26igt_kms: Find optimal encoder only after selecting pipeMaarten Lankhorst1-36/+61
2016-07-26igt_kms: Remove kmstest_connector_config.crtc_idxMaarten Lankhorst2-4/+1
2016-07-25intel_chipset: Fixup HAS_PCH_SPLIT() to exclude AtomsChris Wilson1-1/+4
2016-07-22lib/sysfs: Provide scanf/printf wrappersChris Wilson2-9/+61
2016-07-22lib/sysfs: Provide a convenience function for reading a boolChris Wilson2-0/+22
2016-07-22igt/gem_exec_nop: Display submission mechanismChris Wilson2-0/+24
2016-07-19lib: __drm_open_driver() needs to report the errorChris Wilson1-4/+3
2016-07-18igt/vgem_slow: Test for the expected -ETIMEDOUT upon fence timeoutChris Wilson2-3/+10
2016-07-15igt/vgem_slow/nohang: Test fence autotimeoutChris Wilson2-5/+30