All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v1] tests/kms_prime: Fix display pattern for xe discrete modeset
@ 2025-12-05  8:59 Santhosh Reddy Guddati
  2025-12-05 22:16 ` ✗ i915.CI.BAT: failure for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Santhosh Reddy Guddati @ 2025-12-05  8:59 UTC (permalink / raw)
  To: igt-dev; +Cc: karthik.b.s, kunal1.joshi, Santhosh Reddy Guddati

Keep igt_create_pattern_fb() call in test_basic_modeset() XE discrete
path to properly draw pattern into the framebuffer. The fb remains empty
and pattern is not displayed on screen during modeset on discrete Gpus.

Signed-off-by: Santhosh Reddy Guddati <santhosh.reddy.guddati@intel.com>
---
 tests/kms_prime.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/kms_prime.c b/tests/kms_prime.c
index aa3cc386c..4e486a1b0 100644
--- a/tests/kms_prime.c
+++ b/tests/kms_prime.c
@@ -491,6 +491,9 @@ static void test_basic_modeset(int drm_fd)
 				  DRM_MODE_FB_MODIFIERS, &fb.fb_id);
 		igt_assert_eq(ret, 0);
 
+		igt_create_pattern_fb(drm_fd, mode->hdisplay, mode->vdisplay, DRM_FORMAT_XRGB8888,
+				      DRM_FORMAT_MOD_LINEAR, &fb);
+
 		set_fb(&fb, &display, output);
 		gem_close(drm_fd, bo);
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-12-08  8:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-05  8:59 [PATCH i-g-t v1] tests/kms_prime: Fix display pattern for xe discrete modeset Santhosh Reddy Guddati
2025-12-05 22:16 ` ✗ i915.CI.BAT: failure for " Patchwork
2025-12-05 22:43 ` ✓ Xe.CI.BAT: success " Patchwork
2025-12-06  8:42 ` ✗ Xe.CI.Full: failure " Patchwork
2025-12-08  8:39 ` [PATCH i-g-t v1] " Karthik B S

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.