[PATCH i-g-t v1 4/5] tests/kms_flip: : Add flip-color-cpu-busy subtest
Naladala Ramanaidu
ramanaidu.naladala at intel.com
Thu Aug 7 07:31:48 UTC 2025
Introduce a new subtest to validate color pipeline behavior under
CPU load during page flips. The test combines color-related
features such as degamma, gamma, and CTM with flip and timestamp
checks.
Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala at intel.com>
---
tests/kms_flip.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/kms_flip.c b/tests/kms_flip.c
index 231d8ffa5..a4860e9cc 100755
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -71,6 +71,7 @@
*
* @flip-vs-fences: Basic
* @flip-vs-fences-interruptible: Interrupt
+ * @flip-color-cpu-busy: Color flip
*/
/**
@@ -166,6 +167,7 @@
* the modeset and dpms off
* @dpms-vs-vblank-race: vblank along with the dpms & modeset
* @flip-vs-dpms-on-nop: pageflip and issue nop DPMS ON
+ * @flip-color-cpu-busy: pageflip with color support
*/
/**
@@ -2209,6 +2211,8 @@ igt_main_args("e", NULL, help_str, opt_handler, NULL)
{ 10, TEST_MODESET | TEST_VBLANK_RACE | TEST_CHECK_TS, "modeset-vs-vblank-race" },
{ 0, TEST_BO_TOOBIG | TEST_NO_2X_OUTPUT, "bo-too-big" },
{ 10, TEST_FLIP | TEST_SUSPEND, "flip-vs-suspend" },
+ { 30, TEST_DEGAMMA | TEST_GAMMA | TEST_CTM | TEST_FLIP | TEST_CHECK_TS,
+ "flip-color-cpu-busy" },
};
int i;
--
2.43.0
More information about the Intel-gfx-trybot
mailing list