summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-08lib: prefix frame_dump_pathDaniel Vetter3-12/+12
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter33-40/+0
2017-09-08build: use HAVE_LIBGEN_H consistentlyDaniel Vetter5-15/+5
2017-09-08build: Nuke #ifdef HAVE_CONFIG_H cargo-cultDaniel Vetter23-46/+0
2017-09-08build: Define _GNU_SOURCE in Makefile.amDaniel Vetter5-2/+5
2017-09-08tests/kms_properties: Require atomic for the atomic invalid props testVille Syrjälä1-0/+3
2017-09-08tests/kms_draw_crc: Skip mmap_wc tests if the platforms doesn't support mmap_wcVille Syrjälä1-0/+2
2017-09-08lib/kms: Skip rather than fail when a suitable plane can't be foundVille Syrjälä1-3/+3
2017-09-08lib/kms: Fix the connector name strings to match what the kernel usesVille Syrjälä1-5/+6
2017-09-08Fix compiler warnings about printf() argumentsVille Syrjälä2-2/+2
2017-09-08lib/sysfs: Fix fbcon rebindVille Syrjälä1-2/+3
2017-09-07lib/dummyload: Use -1 for all enginesChris Wilson1-1/+1
2017-09-07igt/gem_exec_suspend: Try to suspend with a pending GPU hangChris Wilson1-0/+19
2017-09-07igt/gem_eio: i915.reset is no longer a booleanChris Wilson1-1/+1
2017-09-07igt/gem_exec_fence: Exercise syncobj API (The forgotten tests)Chris Wilson1-24/+309
2017-09-07igt/gem_exec_scheduler: Demonstrate priority inversion between full ringsChris Wilson1-1/+193
2017-09-07igt/gem_exec_schedule: Basic tests for preemptionChris Wilson12-28/+206
2017-09-07igt/gem_exec_schedule: Exercise reordering with many priority levelsChris Wilson2-2/+114
2017-09-07igt/gem_exec_schedule: Do not overcommit batches to the ringChris Wilson1-21/+78
2017-09-06igt/gem_ringfill: Prime execbuf before measuring ring sizeChris Wilson1-2/+8
2017-09-06igt/gem_userptr_blits: Errors from gup are permanentChris Wilson1-1/+6
2017-09-06igt/pm_rpm: Use libc 'ftw' rather than opencoding our own filetree walkChris Wilson5-76/+108
2017-09-06lib: Avoid actually throttling from igt_require_gem()Chris Wilson1-0/+10
2017-09-06lib: Disable MI_STORE_DATA_IMM for gen3 (i915g and i915gm)Chris Wilson3-3/+14
2017-09-05intel_display_poller: Fix truncation of a test name.Eric Anholt1-1/+1
2017-09-05intel_watermark: Fix a warning about "const char" return being silly.Eric Anholt1-1/+1
2017-09-05Use PATH_MAX to fix some sprintf-into-short-buffers warnings.Eric Anholt4-7/+7
2017-09-05Revert "intel-ci: Remove kms_psr_sink_crc@psr_basic from BAT"Daniel Vetter1-0/+1
2017-09-05igt_core: Skip sync when listing subtestsTvrtko Ursulin2-2/+1
2017-09-04scripts/run-tests.sh: Use piglit's --ignore-missingArkadiusz Hiler1-1/+1
2017-09-04tests/kms_frontbuffer_tracking: convert macros to functionsDaniel Vetter1-82/+89
2017-08-31pm_rps: Changes in waitboost scenarioKatarzyna Dec1-25/+42
2017-08-31tests/perf: add Geminilake supportLionel Landwerlin1-0/+3
2017-08-31tests/perf: add Kabylake supportLionel Landwerlin1-1/+16
2017-08-30tests/chamelium: Let the Chamelium itself wait for a stable video inputPaul Kocialkowski1-3/+0
2017-08-30tests/audio: Add suspend and hibernate tests for HDMI signal integrityPaul Kocialkowski1-0/+19
2017-08-30docs/chamelium: Explain that the Chamelium should only target one DUTPaul Kocialkowski1-0/+6
2017-08-30lib/igt_debugfs: Open DRM driver without master for hpd storm exitPaul Kocialkowski1-1/+1
2017-08-30lib/igt_aux: Allow sysfs open to fail when setting suspend/resume delayPaul Kocialkowski1-11/+13
2017-08-30tools: Add intel_vbt_defs.h to Makefile.sourcesArkadiusz Hiler1-0/+1
2017-08-30lib/kmod: Fix error reporting for kmod load/unloadChris Wilson1-2/+2
2017-08-30igt/vgem_basic: Load and unload the module firstChris Wilson1-0/+4
2017-08-30tests/kms_atomic: subtest atomic_invalid_params requires CRTCMarta Lofstedt1-0/+1
2017-08-29tools/intel_vbt_decode: migrate backlight dumping to kernel structJani Nikula2-28/+8
2017-08-29tools/intel_vbt_decode: migrate child device type bits decoding to kernel defsJani Nikula3-40/+41
2017-08-29tools/intel_vbt_decode: migrate edp dumping to kernel structJani Nikula3-36/+39
2017-08-29tools/intel_vbt_decode: migrate psr dumping to kernel structJani Nikula3-27/+32
2017-08-29tools/intel_vbt_decode: migrate child device dumping to kernel structJani Nikula3-81/+118
2017-08-29tools/intel_vbt_decode: migrate timing dumping to kernel structJani Nikula3-31/+37
2017-08-29tools/intel_vbt_decode: start migrating to kernel intel_vbt_defs.hJani Nikula3-311/+715