summaryrefslogtreecommitdiff
path: root/tests/drm_read.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-23tests: Fix Sub-category in documentationKatarzyna Piecielska1-1/+2
2024-05-23tests: Unify Category for Core tests documentationKatarzyna Piecielska1-1/+1
2024-05-07tests: use poll.h in includesReagan Bohan1-1/+1
2024-04-11tests: Remove collisions with Subcategory and FunctionalityKatarzyna Piecielska1-1/+1
2024-03-22tests: Remove 'Run type' documentation fieldKatarzyna Piecielska1-1/+0
2024-03-22tests: Introduce uapi subcategoryKatarzyna Piecielska1-0/+17
2022-10-05drm_read: Close device before exitChris Wilson1-1/+3
2022-07-06tests/drm_read: Fix -Wdeprecated-declarationsAshutosh Dixit1-1/+1
2021-10-11igt: s/DRM_FORMAT_MOD_NONE/DRM_FORMAT_MOD_LINEAR/Ville Syrjälä1-1/+1
2021-07-15Nuke local versions of DRM_FORMAT and DRM_MODELucas De Marchi1-1/+1
2021-06-21tests/drm_read: Fix subtest invalid-bufferVidya Srinivas1-1/+2
2021-03-24tests/drm_read: Don't use deprecated siginterruptArkadiusz Hiler1-4/+7
2019-02-27igt/drm_read: Exercise waking up the next waiterChris Wilson1-0/+87
2018-10-01igt: Require a display (KMS enabled) for KMS testsChris Wilson1-1/+1
2017-10-16tests/drm_read: Change tests to not require fbconMaarten Lankhorst1-28/+34
2016-04-25tests/drm_read: Drop DRM_IOCTL_I915_GET_PIPE_FROM_CRTC_IDTomeu Vizoso1-39/+5
2016-04-14tests: Open any driverTomeu Vizoso1-1/+1
2016-04-14lib: Add wrapper for DRM_IOCTL_MODE_CREATE_DUMBTomeu Vizoso1-15/+1
2015-11-25igt/drm_read: Clear O_NONBLOCK between testsChris Wilson1-8/+9
2015-11-25igt/drm_read: Check handling of pagefault on destination bufferChris Wilson1-0/+41
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-1/+1
2015-08-21lib: add a single include headerThomas Wood1-3/+1
2014-12-08igt/drm_read: Require that pipe 0 is activeChris Wilson1-1/+44
2014-12-05igt/drm_read: Abuse read(drm)Chris Wilson1-0/+180