summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-08gputop: Allow to set delay intervalLucas De Marchi1-0/+1
2023-06-15lib/igt_core.h: Typo fixDominik Karol Piatkowski1-2/+2
2023-05-26lib/igt_core: add helper for srandom seed initializationŁukasz Łaguna1-0/+2
2022-12-12lib/igt_core: add igt_multi_fork for parallel testsKamil Konieczny1-0/+21
2022-10-11Ifdef out linux-specific headersJake Freeland1-0/+2
2022-10-11lib/igt_freebsd.h: Create FreeBSD compatibility headerJake Freeland1-0/+4
2022-10-05lib: Introduce typed cleanupsChris Wilson1-0/+2
2022-06-28tests/kms_writeback: Use endianness accessor to fill pixelsMaxime Ripard1-0/+9
2022-05-18lib/igt_core: export kill_children() functionMauro Carvalho Chehab1-0/+1
2022-02-22lib: Use safe wrappers around libpciaccess initialization functionsJanusz Krzysztofik1-0/+28
2021-11-18igt_core: Fix docs for SLOW_QUICKPetri Latvala1-3/+3
2021-10-08lib: Refactor construction of unique tokensChris Wilson1-22/+32
2021-08-10lib/core: Add igt_debug_on* variantsJanusz Krzysztofik1-0/+52
2021-01-30meson: Turn on -WerrorAshutosh Dixit1-16/+17
2020-12-30i915: Rename legacy for_each_engine to for_each_ringChris Wilson1-0/+2
2020-09-30lib/igt_core: Add igt_require_fd()Lyude Paul1-0/+12
2020-09-30lib/igt_core: Fix igt_assert_fd() documentationLyude Paul1-2/+2
2020-05-22i915: Add gem_exec_endlessChris Wilson1-0/+1
2020-03-23lib: Make it possible to abort the whole execution from inside of a testArkadiusz Hiler1-0/+29
2020-03-17lib/igt_core: Make igt_subtest_jmpbuf/igt_dynamic_jmpbuf externLyude Paul1-2/+2
2019-11-19Rename dynamic subtest blocksPetri Latvala1-23/+23
2019-11-15lib: Introduce dynamic subsubtestsPetri Latvala1-0/+123
2019-10-18lib: Add igt_trace()Ville Syrjälä1-0/+9
2019-09-17lib: Export a function for loading igtrcPetri Latvala1-0/+2
2019-07-08lib/igt_core: Add support for subtest descriptionsArkadiusz Hiler1-8/+129
2019-07-03lib: Add --skip-crc-compare optionMatt Roper1-0/+1
2019-05-27lib: Document igt_opt_handler_t semanticsPetri Latvala1-0/+2
2019-05-27lib: Introduce main function macros with custom argsPetri Latvala1-16/+48
2019-05-07lib/tests: Fix test failures with meson 0.50.0Lyude Paul1-1/+1
2019-02-15lib: Drop IGT_EXIT_TIMEOUTDaniel Vetter1-7/+0
2019-02-15lib: Drop igt_child_doneDaniel Vetter1-1/+0
2019-01-21lib: Introduce BUILD_BUG_ON_INVALID and igt_assume()Petri Latvala1-0/+25
2018-11-01lib: Help static analyzers figure out the execution flowPetri Latvala1-2/+11
2018-08-09lib: Export igt_gettime and igt_time_elapsedPetri Latvala1-0/+20
2018-07-13lib/gt: Make use of dummyload library to create recursive batchAntonio Argenziano1-0/+4
2018-06-08igt/drv_suspend: Suspend under memory pressureChris Wilson1-0/+1
2018-04-27tests/kms_properties: Validate properties harderVille Syrjälä1-0/+52
2018-03-26lib/dummyload: Add pollable spin batchTvrtko Ursulin1-0/+2
2018-03-05tests/perf_pmu: Handle CPU hotplug failures betterChris Wilson1-0/+1
2018-02-27lib: Export kmsg()Chris Wilson1-0/+17
2017-10-03lib: Reduce dependency on glibPetri Latvala1-2/+0
2017-09-08lib: prefix frame_dump_pathDaniel Vetter1-1/+1
2017-09-05igt_core: Skip sync when listing subtestsTvrtko Ursulin1-2/+0
2017-08-14lib: Add igt_can_fail()Daniel Vetter1-0/+2
2017-07-19Introduce common frame dumping configuration and helpersPaul Kocialkowski1-1/+1
2017-07-06Make igtrc configuration common, with configurable suspend/resume delayPaul Kocialkowski1-0/+2
2017-06-14igt/igt_core: Provide an option to check for the log buffer contentsAbdiel Janulgue1-0/+3
2017-06-14lib/igt_core: Add igt_system helpersAbdiel Janulgue1-0/+10
2017-04-25benchmarks/gem_wsim: Command submission workload simulatorTvrtko Ursulin1-0/+1
2017-02-07igt/core: Return condition result from igt_warn_on*()Lyude1-9/+16