mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
tests/kms_pipe_crc_basic: Add suspend tests
Currently broken ... Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
6fa1934a19
commit
f75ec0b452
@ -30,6 +30,7 @@
|
|||||||
#include "drmtest.h"
|
#include "drmtest.h"
|
||||||
#include "igt_debugfs.h"
|
#include "igt_debugfs.h"
|
||||||
#include "igt_kms.h"
|
#include "igt_kms.h"
|
||||||
|
#include "igt_aux.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int drm_fd;
|
int drm_fd;
|
||||||
@ -160,6 +161,12 @@ igt_main
|
|||||||
|
|
||||||
igt_subtest_f("read-crc-pipe-%c-frame-sequence", 'A'+i)
|
igt_subtest_f("read-crc-pipe-%c-frame-sequence", 'A'+i)
|
||||||
test_read_crc(&data, i, TEST_SEQUENCE);
|
test_read_crc(&data, i, TEST_SEQUENCE);
|
||||||
|
|
||||||
|
igt_subtest_f("suspend-read-crc-pipe-%c", 'A'+i) {
|
||||||
|
igt_system_suspend_autoresume();
|
||||||
|
|
||||||
|
test_read_crc(&data, i, 0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_fixture {
|
igt_fixture {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user