summaryrefslogtreecommitdiff
path: root/tests/pm_rpm.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12tests/pm_rpm: Don't try to create an X-tiled ARGB8888 framebufferVille Syrjälä1-1/+1
2018-02-23igt: Use lib gem_execbuf where possibleAntonio Argenziano1-3/+3
2017-12-15lib: Provide a library function to test nop executionChris Wilson1-1/+1
2017-09-06igt/pm_rpm: Use libc 'ftw' rather than opencoding our own filetree walkChris Wilson1-51/+40
2017-09-05Use PATH_MAX to fix some sprintf-into-short-buffers warnings.Eric Anholt1-2/+2
2017-08-03tests/pm_rpm: Use the quick mode by defaultDaniel Vetter1-5/+5
2017-04-08igt/pm_rpm: Use directory fd to track and read entire directoriesChris Wilson1-37/+24
2017-03-25Replace more system("modprobe")Chris Wilson1-2/+8
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-3/+3
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-3/+3
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-3/+3
2016-10-13lib/igt_aux: Add support for various system suspend/resume optionsImre Deak1-3/+3
2016-07-09igt/pm_rpm: Fix requirement for external modulesChris Wilson1-2/+2
2016-03-07igt/pm_rpm: Wait for PCI D3Chris Wilson1-8/+4
2016-03-03tests: fix CRTC assignment for a few testsPaulo Zanoni1-22/+2
2016-03-03lib/igt_kms: add kmstest_get_crtc_idxPaulo Zanoni1-12/+2
2016-03-03tests/pm_rpm: Fix CRASH on machines that lack LLCDavid Weinehall1-22/+15
2016-02-19lib/igt_pm: Lib for power managementDavid Weinehall1-30/+10
2016-01-29tests/pm_rpm: find an appropriate CRTC instead of hardcoding CRTC 0Paulo Zanoni1-10/+42
2016-01-29tests/pm_rpm: remove POWER_DIR definitionPaulo Zanoni1-2/+0
2016-01-08lib: Extract some common fb create+fill methods into helpersVille Syrjälä1-7/+3
2015-12-04lib/kms+tests: Use cached connector stateDaniel Vetter1-1/+3
2015-12-01tests/pm_rpm: Don't compare edid blob IDsDaniel Vetter1-1/+0
2015-11-27tests/pm_rpm tests for set_caching and set_tiling ioctl(s)Marius Vlad1-0/+114
2015-11-11Add missing noreturn attribute to various functionsThomas Wood1-1/+1
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä1-13/+7
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä1-6/+6
2015-10-09Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc}Ville Syrjälä1-4/+14
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-1/+1
2015-08-21lib: add a single include headerThomas Wood1-8/+1
2015-08-14tests/pm_rpm: mark RTE and D3 tests as basicJesse Barnes1-2/+2
2015-07-14configure: require libdrm >= 2.4.55Paulo Zanoni1-3/+0
2015-07-14pm_rpm: remove pm_status_fd declarationPaulo Zanoni1-1/+1
2015-06-13pm_rpm: Update the debugfs filenameDamien Lespiau1-1/+4
2015-05-15lib: Add a user data pointer to the argument parsing functionsDamien Lespiau1-2/+2
2015-05-05lib: add igt_wait()Paulo Zanoni1-23/+5
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin1-12/+14
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-28/+28
2015-02-27tests/pm_rpm: I2C VGA detection is unreliablePaulo Zanoni1-2/+25
2015-02-25lib: remove handled option arguments from argvThomas Wood1-1/+1
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter1-1/+1
2014-11-14tests/pm_rpm: add gem-evict-pwrite subtestImre Deak1-0/+25
2014-11-06tests: use igt_debugfs where possibleThomas Wood1-2/+1
2014-11-04ioctl_wrappers: Pass in offset to CPU mmapsChris Wilson1-2/+2
2014-10-27tests/pm_rpm: add system-suspend-{execbuf,modeset} subtestsPaulo Zanoni1-0/+53
2014-10-22lib/igt_aux: move audio RPM code to igt_setup_runtime_pm()Paulo Zanoni1-12/+0
2014-10-14tests/pm_rpm: use igt_assert_eq() on COMPARE()Paulo Zanoni1-1/+1
2014-10-14tests/pm_rpm: fix some compilation warningsPaulo Zanoni1-3/+3
2014-10-14tests/pm_rpm: reduce the number of rounds on the stress testsPaulo Zanoni1-1/+4
2014-09-30tests/pm_rpm: factor out drm_open_any_masterImre Deak1-5/+1