Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] lib/drmtest: Remove VKMS from Exclusion list
@ 2025-10-08 16:02 Mark Yacoub
  2025-10-08 20:26 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Mark Yacoub @ 2025-10-08 16:02 UTC (permalink / raw)
  To: igt-dev, kamil.konieczny; +Cc: louis.chauvet, juhapekka.heikkila, Mark Yacoub

[Why]
VKMS (Virtual VKMS) is typically running on a virtual machine where it's
expected to be without a contention with a hardware driver.
When it's there, we would like to run IGT on it.

[How]
Delete VKMS from DRIVER_ANY's exclusion list to allow IGT to be picked
up.

Tested: Ran kms_bw on Android's VM with VKMS enabled.

Change-Id: Ib13ad9261b8c2617370c02d0ffb5aa878bf3d8f8
Signed-off-by: Mark Yacoub <markyacoub@google.com>
---
 lib/drmtest.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/drmtest.h b/lib/drmtest.h
index 8416aa491..ab991da57 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -63,10 +63,8 @@ int __get_drm_device_name(int fd, char *name, int name_size);
  * on a system with them as well as a supported driver, you can end up
  * with a near-100% skip rate if you don't explicitly specify the device,
  * depending on device-load ordering.
- *
- * Exclude VKMS to prefer hardware drivers.
  */
-#define DRIVER_ANY	~(DRIVER_VGEM | DRIVER_VKMS | DRIVER_VIRTIO)
+#define DRIVER_ANY	~(DRIVER_VGEM | DRIVER_VIRTIO)
 
 /*
  * Compile friendly enum for i915/xe.
-- 
2.51.0.740.g6adb054d12-goog


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

end of thread, other threads:[~2025-10-24  9:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-08 16:02 [PATCH i-g-t] lib/drmtest: Remove VKMS from Exclusion list Mark Yacoub
2025-10-08 20:26 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-10-08 20:39 ` ✓ i915.CI.BAT: " Patchwork
2025-10-08 23:55 ` ✓ Xe.CI.Full: " Patchwork
2025-10-09 10:20 ` ✗ i915.CI.Full: failure " Patchwork
2025-10-09 16:46 ` [PATCH i-g-t] " Kamil Konieczny
2025-10-09 16:53   ` Mark Yacoub
2025-10-14 14:46     ` Mark Yacoub
2025-10-15 18:16     ` Kamil Konieczny
2025-10-16  8:40       ` Louis Chauvet
2025-10-16 11:00         ` José Expósito
2025-10-16 14:51           ` Mark Yacoub
2025-10-16 17:53             ` José Expósito
2025-10-24  9:47             ` Kamil Konieczny

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