summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-11-05lib/drmtest: Retire requests via drop caches after gem_quiescent_gpuOscar Mateo1-0/+2
2013-11-04lib: drop return value from igt_drop_cachesDaniel Vetter2-12/+6
2013-11-04lib: Add igt_drop_caches_set()Oscar Mateo2-0/+43
2013-11-01lib: add igt_main macroDaniel Vetter1-0/+10
2013-11-01lib: make igt_install_exit_handler never failDaniel Vetter3-10/+9
2013-11-01lib: make igt_set_vt_graphics_mode never failDaniel Vetter2-5/+4
2013-11-01lib: consolidate pipe crc exit handlerDaniel Vetter2-27/+30
2013-11-01tests: use "auto" pipe CRC sourceDaniel Vetter2-1/+3
2013-11-01lib: fix igt_exit assert when only listing subtests.Daniel Vetter1-1/+2
2013-11-01lib: Don't forget to close the pipe ctl fd in igt_pipe_crc_reset()Damien Lespiau1-0/+2
2013-10-29lib/drmtest: Scream harder when igt_exit isn't called for subtest testsDaniel Vetter1-2/+2
2013-10-28lib: Add a drm_open_any_render() that will try to use render nodesDamien Lespiau2-0/+59
2013-10-28lib: Close non intel fds in drm_get_card()Damien Lespiau1-1/+3
2013-10-28lib: Remove stale commentDamien Lespiau1-2/+0
2013-10-24lib: Add a function to dump a scratch buf into a pngDamien Lespiau3-0/+52
2013-10-21lib: Check pipe source validity in igt_pipe_crc_new()Ville Syrjälä1-23/+40
2013-10-21lib: Allow pipe_crc_free(NULL)Ville Syrjälä1-0/+3
2013-10-21lib/drmtest: Add kmstest_paint_color_alpha()Ville Syrjälä2-0/+10
2013-10-20kmstest: don't pollute stderr for impossible output configsDaniel Vetter1-3/+0
2013-10-18rendercopy: Add a way to dump an .aub file with the rendercopy bosDamien Lespiau2-0/+12
2013-10-18lib: fix the assert in igt_stop_helperDaniel Vetter1-1/+2
2013-10-18lib: Don't wait for a vblank when enabling the CRCsDamien Lespiau1-2/+0
2013-10-17tests/debugfs_pipe_crc: fall back to PIPE sourceDaniel Vetter2-2/+17
2013-10-17lib/drmtest: Check that helper processes have died correctlyDaniel Vetter1-0/+1
2013-10-15debugfs_pipe_crc: Let's check CRCs!Damien Lespiau2-0/+236
2013-10-15lib: Add igt_wait_for_vblank() helperDamien Lespiau3-0/+44
2013-10-15lib: Make igt_debugfs_open() take the mode as argumentDamien Lespiau2-3/+3
2013-10-15lib: Add a igt_display.h with a few enums and defines from the kernelDamien Lespiau2-0/+56
2013-10-15lib: Add kmstest_paint_color()Damien Lespiau2-0/+10
2013-10-15lib: Add a igt_assert_cmpint()Damien Lespiau1-0/+14
2013-10-15lib: Add igt_debugfs_fopen()Damien Lespiau2-0/+13
2013-10-15lib: Add a small helper to open debugfs filesDamien Lespiau3-0/+113
2013-10-10tests/gem_suspend: test debugfs/sysfs reads while s/rDaniel Vetter2-1/+3
2013-10-09lib/drmtest: extract rawer __gem_set_tilingDaniel Vetter2-13/+13
2013-09-30lib: Adjust dump_modes() to the new stereo encodingDamien Lespiau1-34/+29
2013-09-30testdisplay: Use DRM_MODE_FLAG_3D_MASKDamien Lespiau2-10/+1
2013-09-30lib: Add a helper to write a png from a struct kmstest_fbDamien Lespiau2-0/+12
2013-09-30lib: Split create_image_surface() out of create_cairo_ctx()Damien Lespiau1-2/+11
2013-09-30lib: Add a helper to paint a PNG using cairoDamien Lespiau2-0/+30
2013-09-30lib: Dump information about the supported 3D stereo formatsDamien Lespiau2-2/+44
2013-09-19lib/drmtest: Improve printf-like igt_skip_on/requireDaniel Vetter1-11/+7
2013-09-19lib/drmtest: igt_assert|require with format stringsDaniel Vetter2-13/+65
2013-09-17lib/drmtest: check that igt_exit is called for subtest testsDaniel Vetter1-0/+11
2013-09-13lib/drmtest: ducttape over fork raceDaniel Vetter1-1/+13
2013-09-13lib/drmtest: skip suspend tests in simulationDaniel Vetter1-0/+5
2013-09-12lib/drmtest: drop unused oldsig variabelDaniel Vetter1-1/+0
2013-09-11lib/drmtest: Restore default sighandlersDaniel Vetter1-2/+2
2013-09-11lib/drmtest: don't frob signals in __igt_fork_helperDaniel Vetter1-2/+0
2013-09-11lib/drmtest: clean up children in an exit handlerDaniel Vetter1-3/+23
2013-09-11lib/drmtest: handle SIGBUS in the exit handlersDaniel Vetter1-1/+1