[PATCH i-g-t 6/6] HAX: Test force joiner on BAT
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Wed Apr 17 14:33:25 UTC 2024
Expectation: All pipe-D tests should skip.
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/kms_cursor_legacy.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
index a430f735a..10dd481c9 100644
--- a/tests/kms_cursor_legacy.c
+++ b/tests/kms_cursor_legacy.c
@@ -1838,6 +1838,7 @@ igt_main
"atomic-transitions",
"atomic-transitions-varying-size"
};
+ igt_output_t *o;
igt_fixture {
display.drm_fd = drm_open_driver_master(DRIVER_ANY);
@@ -1850,6 +1851,10 @@ igt_main
* fetch is enabled, so switching PSR1 for this whole test.
*/
intel_psr2_restore = i915_psr2_sel_fetch_to_psr1(display.drm_fd, NULL);
+
+ for_each_connected_output(&display, o)
+ igt_force_and_check_bigjoiner_status(display.drm_fd, o->name, true);
+
}
igt_describe("Test checks how many cursor updates we can fit between vblanks "
--
2.43.2
More information about the igt-dev
mailing list