summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-08-08lib: Remove illegal instructions from hang injectionChris Wilson1-20/+5
2017-08-01lib/igt_debugfs: Prevent compiler warning on unchecked printf formatGabriel Krisman Bertazi1-5/+8
2017-07-28lib/aux: Better debug output for rtcwakeDaniel Vetter1-6/+11
2017-07-25lib/igt_draw: add support for Y tilingPaulo Zanoni1-50/+121
2017-07-25lib/igt_fb: Add helper function for tile_to_modPraveen Paneri2-0/+27
2017-07-25lib/igt_fb: Let others use igt_get_fb_tile_sizePraveen Paneri2-2/+15
2017-07-25lib/drmtest: Decode driver flags on failureDaniel Vetter1-1/+22
2017-07-24docs: Update documentation generation with missing entriesPaul Kocialkowski5-0/+35
2017-07-20lib/igt_core: Split out env-related handling to common_init_envPaul Kocialkowski1-20/+26
2017-07-20lib/igt_core: Move all config-related parsing to common_init_configPaul Kocialkowski1-42/+35
2017-07-20chamelium: Add support for VGA frame comparison testingPaul Kocialkowski2-6/+165
2017-07-20lib/igt_frame: Add support for analog frame comparison testingPaul Kocialkowski4-2/+142
2017-07-20lib/igt_core: Handle glib errors correctly to avoid stderr spewPaul Kocialkowski1-1/+10
2017-07-19igt_core: Add the rest of Paul's patch I forgot by accidentLyude1-0/+9
2017-07-19chamelium: Dump captured and reference frames to png on crc errorPaul Kocialkowski2-0/+85
2017-07-19lib/igt_debugfs: Add extended helper to format crc to stringPaul Kocialkowski2-4/+24
2017-07-19Introduce common frame dumping configuration and helpersPaul Kocialkowski6-1/+196
2017-07-19lib/igt_debugfs: Introduce CRC check function, with logic made commonPaul Kocialkowski2-3/+51
2017-07-19chamelium: Calculate CRC from framebuffer instead of hardcoding itPaul Kocialkowski2-0/+148
2017-07-19lib/igt_fb: Export the cairo surface instead of writing to a pngPaul Kocialkowski3-30/+15
2017-07-18lib/igt_debugfs: Update documentation and cleanupArkadiusz Hiler1-5/+7
2017-07-17lib: Add reset-type helper in ioctl_wrappersMichel Thierry2-0/+54
2017-07-13lib/igt_draw: Add Y-tiling support for IGT_DRAW_BLT methodAkash Goel1-0/+34
2017-07-10igt/kms: Do not wait for fence completion during commitMaarten Lankhorst1-9/+10
2017-07-10lib/kms: Handle fence interaction correctly WRT TEST_ONLY.Maarten Lankhorst1-22/+16
2017-07-06Make igtrc configuration common, with configurable suspend/resume delayPaul Kocialkowski6-42/+108
2017-07-06chamelium: Remove init reset duplicate in favor of per-test resetPaul Kocialkowski1-2/+0
2017-07-06Revert "igt: Remove default from the engine list"Chris Wilson2-5/+1
2017-07-06igt: Remove default from the engine listTvrtko Ursulin2-1/+5
2017-06-30lib/i915_pciids.h: Organize cnl/cfl ids.Rodrigo Vivi1-12/+11
2017-06-30lib/intel_batchbuffer: Add Gen10 support for render_copy and gpgpu_fillfunc.Rodrigo Vivi1-2/+2
2017-06-30lib/instdone: Add Gen10 support.Rodrigo Vivi1-9/+1
2017-06-30lib/cnl: Add Cannonlake PCI IDs for Y-skus.Rodrigo Vivi1-1/+10
2017-06-30lib/cnl: Add Cannonlake PCI IDs for U-skus.Rodrigo Vivi2-0/+11
2017-06-30lib/cnl: Introduce Cannonlake platform defition.Rodrigo Vivi2-0/+9
2017-06-29lib/cfl: Add PCI Ids for U SKU in CFlAnusha Srivatsa1-1/+8
2017-06-29lib/cfl: Add PCI IDs to H SKU in CFlAnusha Srivatsa1-1/+7
2017-06-29lib/cfl: Add Coffeelake PCI IDs for S SKU.Anusha Srivatsa2-0/+12
2017-06-29lib/cfl: Introduce Coffeelake platform definition.Rodrigo Vivi2-0/+8
2017-06-28lib/ioctl_wrappers: Fix some commentsArkadiusz Hiler1-17/+15
2017-06-28lib/ioctl_wrappers: Fix function descriptionsRadoslaw Szwichtenberg1-8/+4
2017-06-27chamelium: Add support for HPD toggle scheduling instead of async pulsesPaul Kocialkowki2-68/+17
2017-06-27lib/igt_aux: Use provided autoresume delay for rtc wakePaul Kocialkowki1-1/+8
2017-06-21lib: Force global reset + uevents for hang detectorChris Wilson4-18/+74
2017-06-20lib/igt_kms: Fix override_mode handlingBrian Starkey1-8/+4
2017-06-16lib/igt_chamelium: Create pixman image with bytes per pixel, not bitsPaul Kocialkowski1-1/+1
2017-06-16tests: Rename I915_MAX_PIPES to IGT_MAX_PIPESLeo (Sunpeng) Li2-3/+4
2017-06-16tests: Increase value of I915_MAX_PIPES to 6Leo (Sunpeng) Li2-2/+11
2017-06-14lib/igt_kms: Fix indent when try_commit fails.Maarten Lankhorst1-8/+4
2017-06-14lib/igt_kms: Add igt_display_require_output(/on_pipe)Maarten Lankhorst2-0/+26