public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v2] tests/intel/kms_fbcon_fbt: Drop igt_device_set_master call
@ 2026-02-27 19:07 Jonathan Cavitt
  2026-02-27 22:10 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jonathan Cavitt @ 2026-02-27 19:07 UTC (permalink / raw)
  To: igt-dev; +Cc: saurabhg.gupta, alex.zuo, jonathan.cavitt, kamil.konieczny

In kms_fbcon_fbt, igt_set_device_master is already called on the target
fd by drm_open_driver_master, so doing so again in the subtest function
is unnecessary.

v2: Do not modify kms_pm_rpm (Kamil)

Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 tests/intel/kms_fbcon_fbt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/intel/kms_fbcon_fbt.c b/tests/intel/kms_fbcon_fbt.c
index 36de84f985..e44be15f60 100644
--- a/tests/intel/kms_fbcon_fbt.c
+++ b/tests/intel/kms_fbcon_fbt.c
@@ -371,7 +371,6 @@ static void restore_fbcon(struct drm_info *drm)
 
 static void subtest(struct drm_info *drm, struct feature *feature, bool suspend)
 {
-	igt_device_set_master(drm->fd);
 	kmstest_set_vt_graphics_mode();
 
 	igt_require(feature->supported_on_chipset(drm->fd, drm->debugfs_fd));
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-03-02  9:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-27 19:07 [PATCH v2] tests/intel/kms_fbcon_fbt: Drop igt_device_set_master call Jonathan Cavitt
2026-02-27 22:10 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-02-27 22:24 ` ✗ i915.CI.BAT: failure " Patchwork
2026-02-28 12:21 ` ✗ Xe.CI.FULL: " Patchwork
2026-03-02  9:17 ` [PATCH v2] " Kamil Konieczny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox