From: "Jouni Högander" <jouni.hogander@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: "Jouni Högander" <jouni.hogander@intel.com>
Subject: [PATCH i-g-t] tests/intel/kms_fbcon_fbt: Use linear instead of x tiled
Date: Mon, 21 Oct 2024 13:33:26 +0300 [thread overview]
Message-ID: <20241021103326.1355746-1-jouni.hogander@intel.com> (raw)
PTL doesn't support x tiled format. There is no specific reason to use x
tiled format in this testcase: switch to linear format.
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
---
tests/intel/kms_fbcon_fbt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/intel/kms_fbcon_fbt.c b/tests/intel/kms_fbcon_fbt.c
index 6d134ea62..724988cd8 100644
--- a/tests/intel/kms_fbcon_fbt.c
+++ b/tests/intel/kms_fbcon_fbt.c
@@ -221,7 +221,7 @@ static void set_mode_for_one_screen(struct drm_info *drm,
buffer_id = igt_create_fb(drm->fd, mode->hdisplay, mode->vdisplay,
DRM_FORMAT_XRGB8888,
- I915_FORMAT_MOD_X_TILED, &drm->fb);
+ DRM_FORMAT_MOD_LINEAR, &drm->fb);
igt_draw_fill_fb(drm->fd, &drm->fb, 0xFF);
igt_info("Setting %dx%d mode for %s connector\n",
--
2.34.1
next reply other threads:[~2024-10-21 10:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-21 10:33 Jouni Högander [this message]
2024-10-21 11:20 ` ✓ CI.xeBAT: success for tests/intel/kms_fbcon_fbt: Use linear instead of x tiled Patchwork
2024-10-21 11:20 ` ✓ Fi.CI.BAT: " Patchwork
2024-10-21 14:24 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-10-21 15:41 ` ✗ CI.xeFULL: " Patchwork
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=20241021103326.1355746-1-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox