summaryrefslogtreecommitdiff
path: root/tests/pm_rps.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-08tests/pm_rps: Increase timeouts to 15 secondsVille Syrjälä1-2/+2
2016-04-01igt/pm_rps: Trigger a real GPU resetChris Wilson1-5/+9
2016-03-16tests/pm_rps: Fix assert for sysfs writesVille Syrjälä1-1/+1
2016-01-25lib/ioctl_wrappers: Add gem_gtt_type exposing raw HAS_ALIASING_PPGTT paramMichał Winiarski1-1/+1
2015-12-09igt/test/pm_rps: load GPU to force not-idle to idle transition.Bob Paauwe1-0/+4
2015-12-04igt/pm_rps: current freq < user specified min is not a fail (v3)Bob Paauwe1-4/+4
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-3/+3
2015-08-21lib: add a single include headerThomas Wood1-6/+1
2015-03-23tests/pm_rps: add test descriptionsJesse Barnes1-0/+41
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-2/+2
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter1-1/+1
2014-12-08tests/pm_rps: vlv: round middle point to freq supported by HWImre Deak1-7/+37
2014-12-08tests/pm_rps: vlv: load gpu for idle min/max testsImre Deak1-4/+19
2014-12-08tests/pm_rps: vlv: wait for freq to settleImre Deak1-0/+34
2014-09-16igt/pm_rps: Fix STORE_DWORD for pre-gen8Chris Wilson1-3/+2
2014-09-12igt/pm_rps: Fix the batch count for emitting the flushChris Wilson1-1/+1
2014-08-30batch: Specify number of relocations to accommodateChris Wilson1-8/+4
2014-08-29igt: Prettify igt_assert_eq() failure messagesChris Wilson1-18/+18
2014-07-27igt/pm_rps: Fix assertion in load_helper_stopChris Wilson1-5/+1
2014-07-25intel-gpu-tools: add sys/wait.h to pm_rps.cTim Gore1-0/+1
2014-07-24igt_core: Refactor igt_stop_helper() to use igt_wait_helper()Chris Wilson1-1/+5
2014-07-23tests: remove unused getopt header includesThomas Wood1-1/+0
2014-04-10tests: use lib igt_[get|set]_stop_rings()Mika Kuoppala1-33/+2
2014-03-26tests/pm_rps: Add a new testcase to provoke the "stuck at max" bugDaniel Vetter1-0/+40
2014-03-26tests/pm_rps: quiescent harderDaniel Vetter1-0/+6
2014-03-23tests/pm_rps: fixup the blt copy load helper changesDaniel Vetter1-1/+5
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 2Daniel Vetter1-0/+1
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter1-0/+3
2014-03-22tests|lib: remove assert.h includesDaniel Vetter1-1/+1
2014-03-17lib/igt_debugfs: Remove debugfs from igt_debugfs_openDaniel Vetter1-6/+2
2014-03-14tests/pm_rps: wait longer for idlingDaniel Vetter1-2/+2
2014-03-14tests/pm_rps: use igt_assert_cmpintDaniel Vetter1-15/+15
2014-03-14tests/pm_rps: load harderDaniel Vetter1-0/+13
2014-03-14tests/pm_rps: simplify load helper setupDaniel Vetter1-26/+7
2014-03-14tests/pm_rps: ducttape for igt fork helper cleanup issuesDaniel Vetter1-13/+19
2014-02-13test/pm_rps: use igt loggingDaniel Vetter1-75/+37
2014-02-07tests/pm_rps: remove setfreqDaniel Vetter1-11/+0
2014-02-07tests/pm_rps: Round requested freq correctlyDaniel Vetter1-0/+3
2014-02-06tests/pm_rps: Fix compilation on LinuxDaniel Vetter1-0/+1
2014-02-06pm_rps: New subtest for gpu resetJeff McGee1-0/+62
2014-02-06pm_rps: Add variable load support to load helperJeff McGee1-3/+32
2014-02-06pm_rps: Load helper should stall for last writeJeff McGee1-0/+4
2014-02-06pm_rps: Add stop rings injection utilityJeff McGee1-0/+37
2014-02-06pm_rps: New subtest min-max-config-loadedJeff McGee1-0/+29
2014-02-06pm_rps: Add load helper for loading gpuJeff McGee1-3/+137
2014-02-06pm_rps: New subtest min-max-config-idleJeff McGee1-1/+30
2014-01-27tests/pm_rps: rename basic test to "basic-api"Daniel Vetter1-1/+1
2014-01-27pm_rps: Make frequency logging more compactJeff McGee1-17/+18
2014-01-27pm_rps: Remove repeat sysfs readsJeff McGee1-47/+51