summaryrefslogtreecommitdiff
path: root/tests/sw_sync.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-23tests: Unify Category for Core tests documentationKatarzyna Piecielska1-1/+1
2024-05-15tests: Add DRIVER_ANY tests to General Core Mega featureKatarzyna Piecielska1-4/+5
2024-03-22tests: Remove 'Run type' documentation fieldKatarzyna Piecielska1-1/+0
2024-03-22tests: Introduce Synchronization subcategoryKatarzyna Piecielska1-0/+1
2024-03-22tests: Introduce uapi subcategoryKatarzyna Piecielska1-4/+3
2023-05-26tests: better document the remaining core used by i915 validationMauro Carvalho Chehab1-0/+4
2023-05-17tests/i915: Improve test documentationMauro Carvalho Chehab1-0/+42
2021-10-08lib: Typechecking minmaxChris Wilson1-2/+3
2020-02-26tests/sw_sync: Fix race condition for multi-producer terminationChris Wilson1-16/+21
2020-02-21sw_sync: Use fixed runtime for sync_expired_mergeChris Wilson1-53/+42
2019-10-15tests/sw_sync: fix gcc warningJuha-Pekka Heikkila1-1/+1
2019-06-25tests/sw_sync: use atomic_* instead of __sync_*Guillaume Tucker1-6/+6
2019-03-19tests/sw_sync: Accept bytes transferred between sendmsg/recvmsgChris Wilson1-2/+2
2019-03-15sw_sync: Wait until the endChris Wilson1-31/+15
2019-01-31sw_sync: Initialise struct before useChris Wilson1-3/+2
2018-11-22tests/sw_sync: use igt_fork_helperDaniel Vetter1-36/+18
2018-07-12tests/sw_sync: fix pthread start_routine declarationLucas De Marchi1-2/+2
2018-06-15igt/sw_sync: Wrap threaded counter manipulation with mbChris Wilson1-13/+11
2017-09-12igt/sw_sync: Fix up close(timeline) tests for unsignaled fencesChris Wilson1-1/+3
2016-12-17lib/sw_sync: Rename sync_fence_create()Chris Wilson1-26/+26
2016-12-17lib/sw_sync: Indicate that sync_merge() operates and create a sync_fenceChris Wilson1-13/+13
2016-12-17lib/sw_sync: Bring sync_wait() API into lineChris Wilson1-62/+44
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-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 Foss1-0/+51