diff options
author | Marta Lofstedt <marta.lofstedt@intel.com> | 2018-01-05 11:04:13 +0200 |
---|---|---|
committer | Petri Latvala <petri.latvala@intel.com> | 2018-01-08 13:40:46 +0200 |
commit | 472ecd3b2e24bd07128c0a42609a2940c8fd07ed (patch) | |
tree | d23f38c5c89d6e4af228536c7273a916ebdca37c | |
parent | 91f8c6d6f7748996067837734f0f20de5beb6479 (diff) |
test/kms_psr_sink_crc - subtests psr_basic and psr_drrs need test cleanup
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104260
Signed-off-by: Marta Lofstedt <marta.lofstedt@intel.com>
Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
-rw-r--r-- | tests/kms_psr_sink_crc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/kms_psr_sink_crc.c b/tests/kms_psr_sink_crc.c index 83a69f0b..26cf434a 100644 --- a/tests/kms_psr_sink_crc.c +++ b/tests/kms_psr_sink_crc.c @@ -532,11 +532,13 @@ int main(int argc, char *argv[]) igt_subtest("psr_basic") { setup_test_plane(&data); igt_assert(wait_psr_entry(&data)); + test_cleanup(&data); } igt_subtest("psr_drrs") { setup_test_plane(&data); igt_assert(drrs_disabled(&data)); + test_cleanup(&data); } for (op = PAGE_FLIP; op <= RENDER; op++) { |