summaryrefslogtreecommitdiff
path: root/lib/drmtest.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-27lib/drmtest: Test for equivalence with DRIVER_ANYTomeu Vizoso1-1/+1
2016-10-27lib/drmtest: Take DRIVER_ANY into account when opening the DRM deviceTomeu Vizoso1-0/+4
2016-10-18drmtest: Install exithandler for i915, even in multidriver testsChris Wilson1-6/+10
2016-09-19lib: Add support for DROP_FREED in igt_drop_caches_set()Chris Wilson1-1/+1
2016-07-19lib: __drm_open_driver() needs to report the errorChris Wilson1-4/+3
2016-07-12lib/drmtest: add virtio_gpu supportGustavo Padovan1-0/+9
2016-07-12lib/drmtest: Fix igt_skip messageGustavo Padovan1-1/+1
2016-06-30lib: Start weaning off defunct intel_chipset.hChris Wilson1-1/+1
2016-06-28lib: Avoid running gem_quiescent_gpu() on non-Intel hardwareRobert Foss1-1/+1
2016-06-23Silence compiler warnings for expected and handled error conditionsChris Wilson1-2/+2
2016-06-21lib: Suppress error messages from failure to load driver modulesChris Wilson1-1/+1
2016-06-18lib: Support opening vGEM deviceChris Wilson1-15/+32
2016-04-14lib: Fix doc warnings for real!Daniel Vetter1-1/+1
2016-04-14lib: Expose is_i915_deviceTomeu Vizoso1-1/+1
2016-04-14lib: add igt_require_intelTomeu Vizoso1-0/+5
2016-04-14lib: Rename is_intel to has_known_intel_chipsetTomeu Vizoso1-4/+6
2016-04-09lib: Remove defunct stop_ringsChris Wilson1-16/+0
2016-03-08lib: Flush all possible ringsChris Wilson1-24/+13
2016-03-08lib: Flush BSD2 as well when availableChris Wilson1-0/+5
2016-02-08igt: Add support for DRIVER_VC4 flags on tests.Eric Anholt1-2/+14
2015-12-02docs: add missing documentation for drm open functionsThomas Wood1-2/+4
2015-11-20drmtest: Use standard gem_execbuf() calls in gem_quiescent_gpu()Chris Wilson1-28/+12
2015-09-11lib: adding drm_open_driver() interfaceMicah Fedke1-36/+61
2015-09-08lib: various documentation fixesThomas Wood1-1/+1
2015-02-18lib: Cache DRM device id to reduce number of ioctlsChris Wilson1-1/+7
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter1-0/+1
2015-01-19igt/drv_module_reload: Check more carefully for a live driverChris Wilson1-1/+1
2015-01-15lib: remove unnecessary checks on the drm_open_any return valueThomas Wood1-3/+3
2014-11-25lib: fix symbol names in documentation commentsThomas Wood1-1/+1
2014-09-30tests/pm_rpm: factor out drm_open_any_masterImre Deak1-0/+19
2014-07-25drmtest: First check that driver is i915Chris Wilson1-12/+28
2014-07-23tests: remove unused getopt header includesThomas Wood1-1/+0
2014-07-21Quieten valgrindChris Wilson1-1/+2
2014-06-09Fix make distclean by fixing includes of version.hRodrigo Vivi1-1/+1
2014-04-10lib/drmtest: don't dup quiescent fdMika Kuoppala1-2/+2
2014-04-10lib: add igt_get_stop_rings and igt_set_stop_ringsMika Kuoppala1-0/+16
2014-03-26lib/igt_kms/bf: doc skeletonDaniel Vetter1-1/+1
2014-03-23lib/drmtest: api documentationDaniel Vetter1-5/+46
2014-03-23lib: extract igt_aux.[hc]Daniel Vetter1-188/+0
2014-03-22lib: s/drmtest_dumb_aub/igt_aub_dump_enabled/Daniel Vetter1-1/+1
2014-03-22lib: rename intel_gpu_tools.h to intel_io.hDaniel Vetter1-1/+1
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter1-0/+1
2014-03-22lib: remove uncessary #includes from headersDaniel Vetter1-0/+1
2014-03-22tests|lib: remove assert.h includesDaniel Vetter1-1/+1
2014-03-12lib: move prefault helpers to igt_debugfs.cDaniel Vetter1-38/+0
2014-03-12lib: extract igt_core.cDaniel Vetter1-828/+2
2014-03-12lib/ioctl_wrappers: api docDaniel Vetter1-17/+0
2014-03-11lib: extract ioctl_wrappers.cDaniel Vetter1-418/+0
2014-03-11drmtest: reformat the API documentationThomas Wood1-9/+10
2014-02-13lib: (somewhat) structured logging supportDaniel Vetter1-0/+41