summaryrefslogtreecommitdiff
path: root/lib/drmtest.c
AgeCommit message (Expand)Author
2017-12-14lib: Ask the kernel to quiesce the GPUChris Wilson
2017-12-08lib: Print other clients when DRM_SET_MASTER failsChris Wilson
2017-11-16lib: Attempt to load the module for a missing deviceChris Wilson
2017-11-06lib/drmtest: Fix typoThierry Reding
2017-10-19lib: Idle the GT when quiescing the GPUChris Wilson
2017-09-08build: use HAVE_LIBGEN_H consistentlyDaniel Vetter
2017-07-25lib/drmtest: Decode driver flags on failureDaniel Vetter
2017-04-22igt: Import basic amdgpu tests from libdrmChris Wilson
2017-03-23lib: system() is bad, use libkmod insteadChris Wilson
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso
2017-01-02lib: Mass conversion to to_user_pointer()Chris Wilson
2016-11-29lib: add igt_dummyloadAbdiel Janulgue
2016-10-27lib/drmtest: Test for equivalence with DRIVER_ANYTomeu Vizoso
2016-10-27lib/drmtest: Take DRIVER_ANY into account when opening the DRM deviceTomeu Vizoso
2016-10-18drmtest: Install exithandler for i915, even in multidriver testsChris Wilson
2016-09-19lib: Add support for DROP_FREED in igt_drop_caches_set()Chris Wilson
2016-07-19lib: __drm_open_driver() needs to report the errorChris Wilson
2016-07-12lib/drmtest: add virtio_gpu supportGustavo Padovan
2016-07-12lib/drmtest: Fix igt_skip messageGustavo Padovan
2016-06-30lib: Start weaning off defunct intel_chipset.hChris Wilson
2016-06-28lib: Avoid running gem_quiescent_gpu() on non-Intel hardwareRobert Foss
2016-06-23Silence compiler warnings for expected and handled error conditionsChris Wilson
2016-06-21lib: Suppress error messages from failure to load driver modulesChris Wilson
2016-06-18lib: Support opening vGEM deviceChris Wilson
2016-04-14lib: Fix doc warnings for real!Daniel Vetter
2016-04-14lib: Expose is_i915_deviceTomeu Vizoso
2016-04-14lib: add igt_require_intelTomeu Vizoso
2016-04-14lib: Rename is_intel to has_known_intel_chipsetTomeu Vizoso
2016-04-09lib: Remove defunct stop_ringsChris Wilson
2016-03-08lib: Flush all possible ringsChris Wilson
2016-03-08lib: Flush BSD2 as well when availableChris Wilson
2016-02-08igt: Add support for DRIVER_VC4 flags on tests.Eric Anholt
2015-12-02docs: add missing documentation for drm open functionsThomas Wood
2015-11-20drmtest: Use standard gem_execbuf() calls in gem_quiescent_gpu()Chris Wilson
2015-09-11lib: adding drm_open_driver() interfaceMicah Fedke
2015-09-08lib: various documentation fixesThomas Wood
2015-02-18lib: Cache DRM device id to reduce number of ioctlsChris Wilson
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter
2015-01-19igt/drv_module_reload: Check more carefully for a live driverChris Wilson
2015-01-15lib: remove unnecessary checks on the drm_open_any return valueThomas Wood
2014-11-25lib: fix symbol names in documentation commentsThomas Wood
2014-09-30tests/pm_rpm: factor out drm_open_any_masterImre Deak
2014-07-25drmtest: First check that driver is i915Chris Wilson
2014-07-23tests: remove unused getopt header includesThomas Wood
2014-07-21Quieten valgrindChris Wilson
2014-06-09Fix make distclean by fixing includes of version.hRodrigo Vivi
2014-04-10lib/drmtest: don't dup quiescent fdMika Kuoppala
2014-04-10lib: add igt_get_stop_rings and igt_set_stop_ringsMika Kuoppala