From: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
To: igt-dev@lists.freedesktop.org, swati2.sharma@intel.com
Subject: [igt-dev] [i-g-t] tests/intel/kms_psr: Use blitter if rendercopy isn't present
Date: Tue, 21 Nov 2023 13:50:47 +0530 [thread overview]
Message-ID: <20231121082047.2037754-1-bhanuprakash.modem@intel.com> (raw)
As Rendercopy support in IGT is not present for few latest
platforms. So, fallback to use Blitter if Rendercopy isn't
present.
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
tests/intel/kms_psr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index 6b80f6f4b..afd74eaff 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -957,7 +957,7 @@ igt_main
igt_display_reset(&data.display);
data.output = output;
igt_dynamic_f("%s", data.output->name) {
- data.op = RENDER;
+ data.op = igt_get_render_copyfunc(data.devid) ? RENDER : BLT;
data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
test_setup(&data);
dpms_off_on(&data);
--
2.40.0
next reply other threads:[~2023-11-21 8:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-21 8:20 Bhanuprakash Modem [this message]
2023-11-21 12:39 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_psr: Use blitter if rendercopy isn't present Patchwork
2023-11-21 13:39 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-11-22 8:46 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-11-22 15:50 ` [igt-dev] [i-g-t] " Sharma, Swati2
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=20231121082047.2037754-1-bhanuprakash.modem@intel.com \
--to=bhanuprakash.modem@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=swati2.sharma@intel.com \
/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