summaryrefslogtreecommitdiff
path: root/tests/pm_rpm.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-29igt: Prettify igt_assert_eq() failure messagesChris Wilson1-1/+1
2014-08-21pm_rpm: Adjust to the new igt_create*fb() APIDamien Lespiau1-9/+12
2014-08-12lib/igt_kms: set_vt_graphics_mode is a low-level helperDaniel Vetter1-1/+1
2014-08-08tests/pm_rpm: refactor the modesetting codePaulo Zanoni1-146/+112
2014-08-08tests/pm_rpm: add disable_or_dpms_all_screens()Paulo Zanoni1-15/+16
2014-08-08tests/pm_rpm: add macros to disable/enable screens and waitPaulo Zanoni1-68/+44
2014-08-08tests/pm_rpm: add wait_for_suspended() calls to test_one_planePaulo Zanoni1-0/+5
2014-08-07tests/pm_rpm: add subtests for fencesPaulo Zanoni1-0/+72
2014-08-07igt_kms: add kmstest_unset_all_crtcs()Paulo Zanoni1-7/+1
2014-08-07tests/pm_rpm: use kmstest_get_property()Paulo Zanoni1-57/+40
2014-08-07tests/pm_rpm: add subtests for planes and cursorsPaulo Zanoni1-10/+344