All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeevan B <jeevan.b@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Jeevan B <jeevan.b@intel.com>,
	Mohammed Thasleem <mohammed.thasleem@intel.com>
Subject: [PATCH i-g-t 1/2] tests/intel/kms_pm_rpm: Restrict cursor tests to I915 driver
Date: Wed, 29 Jan 2025 23:11:52 +0530	[thread overview]
Message-ID: <20250129174153.3654881-2-jeevan.b@intel.com> (raw)
In-Reply-To: <20250129174153.3654881-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>
Reviewed-by: Mohammed Thasleem <mohammed.thasleem@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


  reply	other threads:[~2025-01-29 17:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-29 17:41 [PATCH i-g-t 0/2] tests/intel/kms_pm_rpm: Restrict cursor tests to I915 driver Jeevan B
2025-01-29 17:41 ` Jeevan B [this message]
2025-01-29 17:41 ` [PATCH i-g-t 2/2] intel-ci/xe.blocklist: add i915 specific tests Jeevan B
2025-01-30  9:12   ` Thasleem, Mohammed
2025-01-29 22:00 ` ✓ i915.CI.BAT: success for tests/intel/kms_pm_rpm: Restrict cursor tests to I915 driver (rev2) Patchwork
2025-01-29 22:11 ` ✓ Xe.CI.BAT: " Patchwork
2025-01-30  0:45 ` ✗ i915.CI.Full: failure " Patchwork
2025-01-30  5:15 ` ✗ Xe.CI.Full: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
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 ` [PATCH i-g-t 1/2] " Jeevan B
2025-01-29 12:47   ` Thasleem, Mohammed

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=20250129174153.3654881-2-jeevan.b@intel.com \
    --to=jeevan.b@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=mohammed.thasleem@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 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.