From: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
To: igt-dev@lists.freedesktop.org
Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Subject: [PATCH i-g-t v2 2/2] tests/kms_rotation_crc: Intel display version 20 onwards doesn't do hflip with tile4
Date: Mon, 4 Nov 2024 21:44:15 +0200 [thread overview]
Message-ID: <20241104194415.563277-2-juhapekka.heikkila@gmail.com> (raw)
In-Reply-To: <20241104194415.563277-1-juhapekka.heikkila@gmail.com>
On Intel display version 20 Tile4 no longer can be used with horizontal
flip.
Bspec: 69853
Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
---
tests/kms_rotation_crc.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c
index e8b6e4ff2..22fb5383b 100644
--- a/tests/kms_rotation_crc.c
+++ b/tests/kms_rotation_crc.c
@@ -577,6 +577,13 @@ static bool plane_rotation_requirements(data_t *data, igt_plane_t *plane)
data->rotation != (IGT_ROTATION_180 | IGT_REFLECT_X)))
return false;
+ /* Intel display version 20 onwards cannot do reflect-x with tile4 */
+ if (!(!is_intel_device(data->gfx_fd) ||
+ intel_display_ver(data->devid) < 20 ||
+ !(data->override_modifier == I915_FORMAT_MOD_4_TILED &&
+ data->rotation & IGT_REFLECT_X)))
+ return false;
+
return true;
}
--
2.45.2
next prev parent reply other threads:[~2024-11-04 19:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-04 19:44 [PATCH i-g-t v2 1/2] tests/kms_rotation_crc: move plane rotation requirements into helper Juha-Pekka Heikkila
2024-11-04 19:44 ` Juha-Pekka Heikkila [this message]
2024-11-06 10:54 ` [PATCH i-g-t v2 2/2] tests/kms_rotation_crc: Intel display version 20 onwards doesn't do hflip with tile4 Karthik B S
2024-11-04 21:07 ` ✓ Fi.CI.BAT: success for series starting with [i-g-t,v2,1/2] tests/kms_rotation_crc: move plane rotation requirements into helper Patchwork
2024-11-04 21:42 ` ✓ CI.xeBAT: " Patchwork
2024-11-05 13:03 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-11-05 16:51 ` ✗ CI.xeFULL: " Patchwork
2024-11-06 10:53 ` [PATCH i-g-t v2 1/2] " Karthik B S
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=20241104194415.563277-2-juhapekka.heikkila@gmail.com \
--to=juhapekka.heikkila@gmail.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