* [PATCH 0/1] tests/kms_plane: Reducing the execution time in simulation
@ 2024-02-14 4:47 Samala, Pranay
2024-02-14 4:47 ` [PATCH 1/1] tests/kms_plane: Restricting number of pixel formats for simulation Samala, Pranay
2024-02-14 4:52 ` ✗ Fi.CI.BUILD: failure for tests/kms_plane: Reducing the execution time in simulation Patchwork
0 siblings, 2 replies; 3+ messages in thread
From: Samala, Pranay @ 2024-02-14 4:47 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, jeevan.b, pranay.samala
Samala, Pranay (1):
xtests/kms_plane: Restricting number of pixel formats for simulation
tests/intel-pre-si-ci/blocklist/display.blocklist | 1 -
tests/kms_plane.c | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] tests/kms_plane: Restricting number of pixel formats for simulation
2024-02-14 4:47 [PATCH 0/1] tests/kms_plane: Reducing the execution time in simulation Samala, Pranay
@ 2024-02-14 4:47 ` Samala, Pranay
2024-02-14 4:52 ` ✗ Fi.CI.BUILD: failure for tests/kms_plane: Reducing the execution time in simulation Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Samala, Pranay @ 2024-02-14 4:47 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, jeevan.b, pranay.samala, Samala
Signed-off-by: Samala, Pranay <pranay.samala@intel.com>
---
tests/intel-pre-si-ci/blocklist/display.blocklist | 1 -
tests/kms_plane.c | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/intel-pre-si-ci/blocklist/display.blocklist b/tests/intel-pre-si-ci/blocklist/display.blocklist
index 6dcf1be6e..5f5476227 100644
--- a/tests/intel-pre-si-ci/blocklist/display.blocklist
+++ b/tests/intel-pre-si-ci/blocklist/display.blocklist
@@ -190,7 +190,6 @@ igt@kms_display_modes@mst-extended-mode-negative
##########################################
# VLK-49643 : Temp blocklist (incompletes)
##########################################
-igt@kms_plane@pixel-format
igt@kms_plane@pixel-format-source-clamping
igt@kms_plane_alpha_blend@alpha-basic
igt@kms_plane_lowres@tiling-none
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 406aecc04..2e91eb3b5 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -1080,6 +1080,9 @@ static bool test_format_plane(data_t *data, enum pipe pipe,
if (f.format == ref.format &&
f.modifier == ref.modifier)
continue;
+
+ if(f.format != DRM_FORMAT_XRGB8888 && igt_run_in_simulation())
+ continue;
/* test each format "class" only once in non-extended tests */
if (!data->extended && f.modifier != DRM_FORMAT_MOD_LINEAR) {
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* ✗ Fi.CI.BUILD: failure for tests/kms_plane: Reducing the execution time in simulation
2024-02-14 4:47 [PATCH 0/1] tests/kms_plane: Reducing the execution time in simulation Samala, Pranay
2024-02-14 4:47 ` [PATCH 1/1] tests/kms_plane: Restricting number of pixel formats for simulation Samala, Pranay
@ 2024-02-14 4:52 ` Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2024-02-14 4:52 UTC (permalink / raw)
To: Samala, Pranay; +Cc: igt-dev
== Series Details ==
Series: tests/kms_plane: Reducing the execution time in simulation
URL : https://patchwork.freedesktop.org/series/129872/
State : failure
== Summary ==
Applying: tests/kms_plane: Restricting number of pixel formats for simulation
Patch failed at 0001 tests/kms_plane: Restricting number of pixel formats for simulation
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-14 4:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14 4:47 [PATCH 0/1] tests/kms_plane: Reducing the execution time in simulation Samala, Pranay
2024-02-14 4:47 ` [PATCH 1/1] tests/kms_plane: Restricting number of pixel formats for simulation Samala, Pranay
2024-02-14 4:52 ` ✗ Fi.CI.BUILD: failure for tests/kms_plane: Reducing the execution time in simulation Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox