From: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
Subject: [PATCH i-g-t 6/6] HAX: Test force joiner on BAT
Date: Wed, 17 Apr 2024 20:03:25 +0530 [thread overview]
Message-ID: <20240417143325.720515-7-bhanuprakash.modem@intel.com> (raw)
In-Reply-To: <20240417143325.720515-1-bhanuprakash.modem@intel.com>
Expectation: All pipe-D tests should skip.
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@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
next prev parent reply other threads:[~2024-04-17 14:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-17 14:33 [PATCH i-g-t 0/6] Force joiner support in bigjoiner checks Bhanuprakash Modem
2024-04-17 14:33 ` [PATCH i-g-t 1/6] lib/igt_kms: New helper to check force joiner status Bhanuprakash Modem
2024-04-17 14:33 ` [PATCH i-g-t 2/6] lib/igt_kms: Force joiner support in bigjoiner checks Bhanuprakash Modem
2024-04-17 14:33 ` [PATCH i-g-t 3/6] tests/intel/kms_pm_lpsp: " Bhanuprakash Modem
2024-04-17 14:33 ` [PATCH i-g-t 4/6] tests/kms_flip: " Bhanuprakash Modem
2024-04-17 14:33 ` [PATCH i-g-t 5/6] tests/kms_setmode: " Bhanuprakash Modem
2024-04-17 14:33 ` Bhanuprakash Modem [this message]
2024-04-17 21:07 ` ✗ Fi.CI.BAT: failure for Force joiner support in bigjoiner checks (rev2) Patchwork
2024-04-17 21:13 ` ✓ CI.xeBAT: success " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240417143325.720515-7-bhanuprakash.modem@intel.com \
--to=bhanuprakash.modem@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox