From: Jeevan B <jeevan.b@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: juha-pekka.heikkila@intel.com, karthik.b.s@intel.com,
Jeevan B <jeevan.b@intel.com>
Subject: [PATCH i-g-t 1/2] tests/intel/kms_pm_rpm: Restrict cursor tests to I915 driver
Date: Mon, 27 Jan 2025 21:57:35 +0530 [thread overview]
Message-ID: <20250127162736.3451740-2-jeevan.b@intel.com> (raw)
In-Reply-To: <20250127162736.3451740-1-jeevan.b@intel.com>
change accounts for the limitations of gem_set_tiling, which
no longer works on recent platforms and will not be supported
on Xe drivers, so updated the tests to run only for i915 driver.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_pm_rpm.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/intel/kms_pm_rpm.c b/tests/intel/kms_pm_rpm.c
index 990c50915..24f527c2a 100644
--- a/tests/intel/kms_pm_rpm.c
+++ b/tests/intel/kms_pm_rpm.c
@@ -1189,6 +1189,8 @@ static void cursor_subtest(bool dpms)
struct igt_fb cursor_fb1, cursor_fb2, cursor_fb3;
uint32_t crtc_id;
+ igt_require_i915(drm_fd);
+ gem_require_mappable_ggtt(drm_fd);
disable_all_screens_and_wait(&ms_data);
igt_require(default_mode_params);
--
2.25.1
next prev parent reply other threads:[~2025-01-27 16:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-27 16:27 [PATCH i-g-t 0/2] tests/intel/kms_pm_rpm: Restrict cursor tests to I915 driver Jeevan B
2025-01-27 16:27 ` Jeevan B [this message]
2025-01-29 12:47 ` [PATCH i-g-t 1/2] " Thasleem, Mohammed
2025-01-27 16:27 ` [PATCH i-g-t 2/2] intel-ci/xe.blocklist: add i915 specific tests Jeevan B
2025-01-29 12:52 ` Thasleem, Mohammed
2025-01-28 0:51 ` ✓ Xe.CI.BAT: success for tests/intel/kms_pm_rpm: Restrict cursor tests to I915 driver Patchwork
2025-01-28 0:59 ` ✗ i915.CI.BAT: failure " Patchwork
2025-01-28 13:42 ` ✗ Xe.CI.Full: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2025-01-29 17:41 [PATCH i-g-t 0/2] " Jeevan B
2025-01-29 17:41 ` [PATCH i-g-t 1/2] " Jeevan B
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=20250127162736.3451740-2-jeevan.b@intel.com \
--to=jeevan.b@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=juha-pekka.heikkila@intel.com \
--cc=karthik.b.s@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