* [PATCH i-g-t] tests/kms_histogram: Add vblank wait to get histogram interrupts
@ 2024-11-13 17:54 Mohammed Thasleem
2024-11-13 20:25 ` ✗ Fi.CI.BUILD: failure for " Patchwork
0 siblings, 1 reply; 2+ messages in thread
From: Mohammed Thasleem @ 2024-11-13 17:54 UTC (permalink / raw)
To: igt-dev; +Cc: Mohammed Thasleem
Add igt wait for 3 vblank count to get histogram interrupt.
Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com>
---
tests/kms_histogram.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/kms_histogram.c b/tests/kms_histogram.c
index b2bd777ab..5dc02d26b 100644
--- a/tests/kms_histogram.c
+++ b/tests/kms_histogram.c
@@ -226,6 +226,7 @@ static void flip_fb(data_t *data, enum pipe pipe, igt_output_t *output, struct i
{
igt_plane_set_fb(igt_output_get_plane_type(output, DRM_PLANE_TYPE_PRIMARY), fb);
igt_display_commit2(&data->display, COMMIT_ATOMIC);
+ igt_wait_for_vblank_count(data->drm_fd, data->display.pipes[pipe].crtc_offset, 3);
}
static void prepare_pipe(data_t *data, enum pipe pipe, igt_output_t *output, bool color_fb)
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* ✗ Fi.CI.BUILD: failure for tests/kms_histogram: Add vblank wait to get histogram interrupts
2024-11-13 17:54 [PATCH i-g-t] tests/kms_histogram: Add vblank wait to get histogram interrupts Mohammed Thasleem
@ 2024-11-13 20:25 ` Patchwork
0 siblings, 0 replies; 2+ messages in thread
From: Patchwork @ 2024-11-13 20:25 UTC (permalink / raw)
To: Mohammed Thasleem; +Cc: igt-dev
== Series Details ==
Series: tests/kms_histogram: Add vblank wait to get histogram interrupts
URL : https://patchwork.freedesktop.org/series/141316/
State : failure
== Summary ==
Applying: tests/kms_histogram: Add vblank wait to get histogram interrupts
Using index info to reconstruct a base tree...
A tests/kms_histogram.c
Falling back to patching base and 3-way merge...
CONFLICT (modify/delete): tests/kms_histogram.c deleted in HEAD and modified in tests/kms_histogram: Add vblank wait to get histogram interrupts. Version tests/kms_histogram: Add vblank wait to get histogram interrupts of tests/kms_histogram.c left in tree.
Patch failed at 0001 tests/kms_histogram: Add vblank wait to get histogram interrupts
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] 2+ messages in thread
end of thread, other threads:[~2024-11-13 20:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13 17:54 [PATCH i-g-t] tests/kms_histogram: Add vblank wait to get histogram interrupts Mohammed Thasleem
2024-11-13 20:25 ` ✗ Fi.CI.BUILD: failure for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox