summaryrefslogtreecommitdiff
path: root/lib/drmtest.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25lib/drmtest: Introduced drm_open_driver_anotherDominik Karol Piątkowski1-35/+74
2024-01-16lib/drmtest: load forced moduleKamil Konieczny1-19/+46
2023-12-18lib/igt_sriov_device: add helper for opening VF deviceKatarzyna Dec1-4/+18
2023-11-15lib/drmtest: add multi-GPU helpers for filtered devicesKamil Konieczny1-0/+49
2023-11-08lib/drmtest: add igt_debug when forced and dev_name doesn't matchHelen Koike1-1/+4
2023-07-13lib/drmtest: Add get_intel_driver() helperZbigniew Kempczyński1-0/+10
2023-06-28lib: Cache xe_device at driver open/close levelBhanuprakash Modem1-3/+21
2023-06-28lib: Interface to close the drm fdBhanuprakash Modem1-0/+44
2023-06-09lib: Cancel all outstanding requests at the start of a testChris Wilson1-6/+5
2023-05-23lib/drmtest: Igt info msg on opened deviceMarcin Bernatowicz1-1/+33
2023-05-12lib/drmtest: Add function drm_reopen_driver()Anna Karas1-0/+22
2023-04-18lib: Add vmwgfx supportMaaz Mombasawala1-0/+3
2023-03-16lib/drmtest: Add helpers to check and require the XE driverBhanuprakash Modem1-0/+20
2023-03-09lib/xe: Introduce Xe libraryZbigniew Kempczyński1-0/+3
2023-02-24tests/i915_suspend: Refresh device list after *-without-i915 subtestsJanusz Krzysztofik1-1/+1
2022-08-03lib/drmtest: Don't log a warning when drm driver is not loadedZbigniew Kempczyński1-3/+2
2022-07-25lib: Force rescan when module is loadedLucas De Marchi1-0/+1
2021-12-07tests/kms_flip: Do not check for timestamp or sequences on MediatekMark Yacoub1-0/+5
2021-09-09drmtest: Add DRIVER_MSM supportRob Clark1-0/+3
2021-07-02drmtest: Add is_msm_device checkMark Yacoub1-0/+5
2021-03-26lib: Introduce the igt_nouveau libraryLyude Paul1-0/+5
2020-11-16lib: Do not apply filtering to DRIVER_VGEMChris Wilson1-4/+5
2020-11-16lib: Quieten device filteringChris Wilson1-3/+3
2020-10-30lib: Export drm_load_module()Chris Wilson1-4/+4
2020-09-30tests: Add nouveau-crc testsLyude Paul1-0/+10
2020-06-10lib/drmtest: Don't write ffffffff to a numeric paramPetri Latvala1-1/+1
2020-06-08lib/igt_device_scan: Make igt_device_scan independent from igt_coreAyaz A Siddiqui1-0/+1
2020-05-19lib: Remove early has_known_intel_chipset() checkChris Wilson1-19/+1
2020-05-08lib/params: start renaming functions igt_params_*Juha-Pekka Heikkila1-1/+1
2020-05-07lib/i915: Split igt_require_gem() into i915/Chris Wilson1-21/+1
2020-05-05lib/drmtest: Introduce __drm_open_driver_anotherArkadiusz Hiler1-23/+145
2020-05-05lib: Support multiple filtersArkadiusz Hiler1-4/+4
2019-12-04Add device selection in IGTZbigniew Kempczyński1-8/+86
2019-07-16lib: Ditch "DRIVER_* for kms tests" cargo cultDaniel Vetter1-9/+0
2019-05-13lib: Add support for opening panfrost devicesTomeu Vizoso1-0/+3
2019-05-09drmtest: Properly handle virtio-gpu's namingPetri Latvala1-2/+7
2019-04-18lib/igt_dummyload: Get rid of 'batch' on spinner accessorsMika Kuoppala1-2/+2
2019-03-27lib/drmtest: Add helpers to check and require amdgpuNicholas Kazlauskas1-1/+11
2019-03-20lib: Kill drm_get_card()Michał Winiarski1-40/+0
2019-02-26lib: drmtest: Add helpers to check and require the VC4 driverPaul Kocialkowski1-0/+10
2019-02-19lib: Restore the i915.reset modparam before cleaning upChris Wilson1-0/+2
2019-01-21lib/drmtest: Don't read from NULL in set_forced_driverPetri Latvala1-1/+3
2019-01-14Make force work with multiple drivers availableRodrigo Siqueira1-4/+8
2018-12-20Add support for forcing a specific driverPetri Latvala1-0/+32
2018-11-26v3d: Add a helper libraryEric Anholt1-0/+3
2018-09-07lib: Cancel all outstanding requests at the end of a testChris Wilson1-6/+19
2018-09-03lib: Check for a specific match if requested.Chris Wilson1-1/+1
2018-09-03lib: Fix strcmp() direction for bsearch.Chris Wilson1-2/+2
2018-09-03lib: Use a bsearch to find the module nameChris Wilson1-3/+9
2018-09-01lib/drmtest: Move open device to separate functionKatarzyna Dec1-61/+48