All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jouni Högander" <jouni.hogander@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 2/4] tests/i915_kms_psr2_sf: Set big_fb_test as 0 by default
Date: Mon, 30 May 2022 09:06:59 +0300	[thread overview]
Message-ID: <20220530060701.406219-3-jouni.hogander@intel.com> (raw)
In-Reply-To: <20220530060701.406219-1-jouni.hogander@intel.com>

Ensure big version of plane_update testcases is not used unless
specifically requested.

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
---
 tests/i915/kms_psr2_sf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/i915/kms_psr2_sf.c b/tests/i915/kms_psr2_sf.c
index f9f514ab..2916b7e5 100644
--- a/tests/i915/kms_psr2_sf.c
+++ b/tests/i915/kms_psr2_sf.c
@@ -864,6 +864,7 @@ igt_main
 		data.op = PLANE_UPDATE;
 		data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
 		data.primary_format = DRM_FORMAT_XRGB8888;
+		data.big_fb_test = 0;
 
 		res = drmModeGetResources(data.drm_fd);
 		data.big_fb_width = res->max_width;
-- 
2.25.1

  parent reply	other threads:[~2022-05-30  6:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-30  6:06 [igt-dev] [PATCH i-g-t 0/4] Fixes for big_fb test handling Jouni Högander
2022-05-30  6:06 ` [igt-dev] [PATCH i-g-t 1/4] tests/i915/kms_psr2_sf.c: Fix for setting wrong size for cursor fb Jouni Högander
2022-05-30  8:34   ` Kahola, Mika
2022-05-30  6:06 ` Jouni Högander [this message]
2022-05-30  8:34   ` [igt-dev] [PATCH i-g-t 2/4] tests/i915_kms_psr2_sf: Set big_fb_test as 0 by default Kahola, Mika
2022-05-30  6:07 ` [igt-dev] [PATCH i-g-t 3/4] tests/i915/kms_psr2_sf: Make setting fb and plane sz/pos more clear Jouni Högander
2022-05-30  8:34   ` Kahola, Mika
2022-05-30  6:07 ` [igt-dev] [PATCH i-g-t 4/4] tests/i915/kms_psr2_sf: Fix setting wrong fb size Jouni Högander
2022-05-30  8:35   ` Kahola, Mika
2022-05-30  6:41 ` [igt-dev] ✓ Fi.CI.BAT: success for Fixes for big_fb test handling Patchwork
2022-05-30  7:39 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-05-30 12:53 ` [igt-dev] [PATCH i-g-t 0/4] " Hogander, Jouni

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=20220530060701.406219-3-jouni.hogander@intel.com \
    --to=jouni.hogander@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 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.