summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-23tools/intel_display_poller: Add gen9+ supportVille Syrjälä1-2/+2
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 Wilson4-5/+20
2016-12-22kms_cursor_legacy: Reduce runtime of cursor-vs-flip.Maarten Lankhorst1-9/+10
2016-12-21kms_cursor_legacy: Make tests less strict.Maarten Lankhorst1-16/+32
2016-12-19tools/intel_display_poller: Allow the tool to be used without i915 loadedVille Syrjälä1-4/+2
2016-12-19lib/debugfs: Check if debufs is already mounted before attempting to mount itVille Syrjälä1-2/+19
2016-12-19tools/intel_reg: Dump some interesting CCK regs on VLV/CHVVille Syrjälä3-0/+13
2016-12-19tools/intel_bios_reader: Dump the DSI video transfer mode and pixel overlapVille Syrjälä2-3/+8
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 Wilson3-33/+33
2016-12-17lib/sw_sync: Indicate that sync_merge() operates and create a sync_fenceChris Wilson3-22/+20
2016-12-17lib/sw_sync: Bring sync_wait() API into lineChris Wilson3-78/+61
2016-12-17tests/perf: Remove duplicate NSEC_PER_SEC defineChris Wilson1-2/+0
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-16igt/drv_selftest: Rename late to live selftestsChris Wilson1-1/+1
2016-12-16igt/perf: add i915 perf stream tests for HaswellRobert Bragg3-2/+2386
2016-12-16stubs/drm: Add drm_intel_gem_context_get_id stubRobert Bragg2-0/+9
2016-12-16igt/gem_exec_parse: generalise test_lri + debug infoRobert Bragg1-50/+52
2016-12-14lib/debugfs: Support new generic ABI for CRC captureTomeu Vizoso3-53/+171
2016-12-14igt/kms_atomic: Match CRTC harder for special planesDaniel Stone1-2/+11
2016-12-14tests/sw_sync: Add subtest test_sync_busy_unixsocketRobert Foss1-0/+103
2016-12-14tests/sw_sync: Add subtest test_sync_busy_forkRobert Foss1-0/+39
2016-12-14tests/sw_sync: Add subtest test_sync_merge_invalidRobert Foss1-0/+41
2016-12-14tests/sw_sync: Add igt_require check for sw_sync featureRobert Foss1-0/+3
2016-12-14lib/sw_sync: Add igt_require_sw_sync to enable skipping on no sw_sync supportRobert Foss2-0/+15
2016-12-14tests/sw_sync: Add subtest test_timeline_closed_signaledRobert Foss1-0/+18
2016-12-14tests/sw_sync: Add subtest test_timeline_closedRobert Foss1-0/+17
2016-12-14tests/sw_sync: Add subtest test_sync_expired_mergeRafael Antognolli1-0/+31
2016-12-14tests/sw_sync: Add subtest test_sync_multi_producer_single_consumerRobert Foss1-0/+139
2016-12-14tests/sw_sync: Add subtest test_sync_multi_timeline_waitRobert Foss1-0/+66
2016-12-14tests/sw_sync: Add subtest test_sync_random_mergeRobert Foss1-0/+73
2016-12-14tests/sw_sync: Add subtest test_sync_multi_consumer_producerRobert Foss1-5/+90
2016-12-14tests/sw_sync: Add subtest test_sync_multi_consumerRobert Foss1-0/+98
2016-12-14tests/sw_sync: Add subtest test_sync_merge_sameRobert Foss1-0/+27
2016-12-14tests/sw_sync: Add subtest test_sync_mergeRobert Foss1-0/+67
2016-12-14tests/sw_sync: Add subtest test_sync_busyRobert Foss1-0/+51
2016-12-14tests/sw_sync: Add subtest test_alloc_merge_fenceRobert Foss1-0/+23
2016-12-14tests/sw_sync: Add subtest test_alloc_fence_invalid_timelineRobert Foss1-0/+8
2016-12-14tests/sw_sync: Add subtest test_alloc_fenceRobert Foss1-0/+16
2016-12-14test/sw_sync: Add sw_sync testRobert Foss2-0/+52
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_planeLyude6-39/+25