summaryrefslogtreecommitdiff
path: root/tests/kms_fbcon_fbt.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-15tests/fbcon_fbt: Do not keep opening debugfs_fd at every setup_drm() callJosé Roberto de Souza1-3/+6
2019-04-15tests/fbcon_fbt: Do not try to open the same driver twice as masterJosé Roberto de Souza1-21/+28
2019-04-15tests/fbcon_fbt: Add and user psr_long_wait_update()José Roberto de Souza1-2/+25
2019-04-15tests/fbcon_fbt: Enable cursor blinkingJosé Roberto de Souza1-0/+1
2019-04-15tests/fbcon_fbt: Allow fbcon to bind when running this testJosé Roberto de Souza1-0/+7
2019-04-15tests/fbcon_fbt: Use psr_wait_entry() to wait PSR be enabledJosé Roberto de Souza1-10/+1
2019-01-22lib/psr: Add PSR2 support to the remaning psr functionsJosé Roberto de Souza1-2/+7
2019-01-14tests/psr: Share the code check if sink supports PSRJosé Roberto de Souza1-14/+1
2019-01-14lib/psr: Add a macro with the maximum lenght of i915_edp_psr_status and use itJosé Roberto de Souza1-3/+3
2018-10-04igt: Check drmModeGetResources()Chris Wilson1-0/+1
2018-09-20test/kms_fbcon_fbt: Give a explicit parameter name to functions that expect d...José Roberto de Souza1-14/+15
2018-09-05tests/fbcon_fbt: Enable PSR1 via debugfsDhinakaran Pandiyan1-11/+22
2018-09-05tests/fbcon_fbt: Avoid opening debugfs dir repeatedlyDhinakaran Pandiyan1-20/+30
2018-03-20tests/kms_frontbuffer_tracking: Update check for PSR statusPandiyan, Dhinakaran1-1/+1
2018-02-22igt/kms_fbcon_fbt: Handle ENODEV when checking i915_edp_psr_status for chipse...Lofstedt, Marta1-0/+3
2018-02-21igt/kms_fbcon_fbt: Handle ENODEV when checking i915_fbc_info for chipset supportChris Wilson1-0/+3
2017-11-06tests/kms_fbcon_fbt: Report fbc_status on errorGabriel Krisman Bertazi1-2/+22
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-22/+22
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-22/+22
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-22/+22
2016-10-13lib/igt_aux: Add support for various system suspend/resume optionsImre Deak1-2/+4
2016-03-03tests: fix CRTC assignment for a few testsPaulo Zanoni1-6/+6
2015-12-04lib/kms+tests: Use cached connector stateDaniel Vetter1-1/+1
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-2/+2
2015-08-21lib: add a single include headerThomas Wood1-5/+1
2015-08-05lib: add igt_debugfs_read()Paulo Zanoni1-21/+4
2015-07-14tests: add kms_fbcon_fbtPaulo Zanoni1-0/+291