All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib/igt_device_scan: recognize nvidia as vendor
@ 2020-07-18 11:38 Kristof Ralovich
  2020-07-20  6:55 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork
  0 siblings, 1 reply; 2+ messages in thread
From: Kristof Ralovich @ 2020-07-18 11:38 UTC (permalink / raw)
  To: Development mailing list for IGT GPU Tools

[-- Attachment #1: Type: text/plain, Size: 3 bytes --]




[-- Attachment #2: 0001-lib-igt_device_scan-recognize-nvidia-as-vendor.patch --]
[-- Type: text/x-patch, Size: 747 bytes --]

From cc2281243ea62948a3b9076fb4b1843d3b08fa82 Mon Sep 17 00:00:00 2001
From: "RALOVICH, Kristof" <tade60@freemail.hu>
Date: Sat, 18 Jul 2020 13:32:38 +0200
Subject: [PATCH i-g-t] lib/igt_device_scan: recognize nvidia as vendor

This teaches e.g. lsgpu to filter for nvidia cards as well:
lsgpu -d pci:vendor=nvidia


Signed-off-by: RALOVICH, Kristof <tade60@freemail.hu>
---
 lib/igt_device_scan.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/igt_device_scan.c b/lib/igt_device_scan.c
index 345bae76..3b87c2bb 100644
--- a/lib/igt_device_scan.c
+++ b/lib/igt_device_scan.c
@@ -183,6 +183,7 @@ static struct {
 } pci_vendor_mapping[] = {
 	{ "intel", "8086" },
 	{ "amd", "1002" },
+	{ "nvidia", "10DE" },
 	{ NULL, },
 };
 
-- 
2.26.2


[-- Attachment #3: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✗ Fi.CI.BUILD: failure for lib/igt_device_scan: recognize nvidia as vendor
  2020-07-18 11:38 [igt-dev] [PATCH i-g-t] lib/igt_device_scan: recognize nvidia as vendor Kristof Ralovich
@ 2020-07-20  6:55 ` Patchwork
  0 siblings, 0 replies; 2+ messages in thread
From: Patchwork @ 2020-07-20  6:55 UTC (permalink / raw)
  To: Kristof Ralovich; +Cc: igt-dev

== Series Details ==

Series: lib/igt_device_scan: recognize nvidia as vendor
URL   : https://patchwork.freedesktop.org/series/79646/
State : failure

== Summary ==

Patch is empty.
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2020-07-20  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-18 11:38 [igt-dev] [PATCH i-g-t] lib/igt_device_scan: recognize nvidia as vendor Kristof Ralovich
2020-07-20  6:55 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork

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.