summaryrefslogtreecommitdiff
path: root/tests/pm_rpm.c
AgeCommit message (Expand)Author
2017-12-15lib: Provide a library function to test nop executionChris Wilson
2017-09-06igt/pm_rpm: Use libc 'ftw' rather than opencoding our own filetree walkChris Wilson
2017-09-05Use PATH_MAX to fix some sprintf-into-short-buffers warnings.Eric Anholt
2017-08-03tests/pm_rpm: Use the quick mode by defaultDaniel Vetter
2017-04-08igt/pm_rpm: Use directory fd to track and read entire directoriesChris Wilson
2017-03-25Replace more system("modprobe")Chris 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
2016-10-13lib/igt_aux: Add support for various system suspend/resume optionsImre Deak
2016-07-09igt/pm_rpm: Fix requirement for external modulesChris Wilson
2016-03-07igt/pm_rpm: Wait for PCI D3Chris Wilson
2016-03-03tests: fix CRTC assignment for a few testsPaulo Zanoni
2016-03-03lib/igt_kms: add kmstest_get_crtc_idxPaulo Zanoni
2016-03-03tests/pm_rpm: Fix CRASH on machines that lack LLCDavid Weinehall
2016-02-19lib/igt_pm: Lib for power managementDavid Weinehall
2016-01-29tests/pm_rpm: find an appropriate CRTC instead of hardcoding CRTC 0Paulo Zanoni
2016-01-29tests/pm_rpm: remove POWER_DIR definitionPaulo Zanoni
2016-01-08lib: Extract some common fb create+fill methods into helpersVille Syrjälä
2015-12-04lib/kms+tests: Use cached connector stateDaniel Vetter
2015-12-01tests/pm_rpm: Don't compare edid blob IDsDaniel Vetter
2015-11-27tests/pm_rpm tests for set_caching and set_tiling ioctl(s)Marius Vlad
2015-11-11Add missing noreturn attribute to various functionsThomas Wood
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä
2015-10-09Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc}Ville Syrjälä
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke
2015-08-21lib: add a single include headerThomas Wood
2015-08-14tests/pm_rpm: mark RTE and D3 tests as basicJesse Barnes
2015-07-14configure: require libdrm >= 2.4.55Paulo Zanoni
2015-07-14pm_rpm: remove pm_status_fd declarationPaulo Zanoni
2015-06-13pm_rpm: Update the debugfs filenameDamien Lespiau
2015-05-15lib: Add a user data pointer to the argument parsing functionsDamien Lespiau
2015-05-05lib: add igt_wait()Paulo Zanoni
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper
2015-02-27tests/pm_rpm: I2C VGA detection is unreliablePaulo Zanoni
2015-02-25lib: remove handled option arguments from argvThomas Wood
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter
2014-11-14tests/pm_rpm: add gem-evict-pwrite subtestImre Deak
2014-11-06tests: use igt_debugfs where possibleThomas Wood
2014-11-04ioctl_wrappers: Pass in offset to CPU mmapsChris Wilson
2014-10-27tests/pm_rpm: add system-suspend-{execbuf,modeset} subtestsPaulo Zanoni
2014-10-22lib/igt_aux: move audio RPM code to igt_setup_runtime_pm()Paulo Zanoni
2014-10-14tests/pm_rpm: use igt_assert_eq() on COMPARE()Paulo Zanoni
2014-10-14tests/pm_rpm: fix some compilation warningsPaulo Zanoni
2014-10-14tests/pm_rpm: reduce the number of rounds on the stress testsPaulo Zanoni
2014-09-30tests/pm_rpm: factor out drm_open_any_masterImre Deak
2014-08-29igt: Prettify igt_assert_eq() failure messagesChris Wilson
2014-08-21pm_rpm: Adjust to the new igt_create*fb() APIDamien Lespiau