All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/i915/drm_fdinfo: Parse compute as well
@ 2022-06-14  0:47 Nerlige Ramappa, Umesh
  2022-06-14  1:12 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nerlige Ramappa, Umesh @ 2022-06-14  0:47 UTC (permalink / raw)
  To: igt-dev, John.C.Harrison

Parse compute engines as well if available.

Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
---
 lib/igt_drm_fdinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/igt_drm_fdinfo.c b/lib/igt_drm_fdinfo.c
index 250d9e89..5beb30b0 100644
--- a/lib/igt_drm_fdinfo.c
+++ b/lib/igt_drm_fdinfo.c
@@ -60,6 +60,7 @@ static int parse_engine(char *line, struct drm_client_fdinfo *info,
 		"copy",
 		"video",
 		"video-enhance",
+		"compute",
 	};
 	ssize_t name_len;
 	char *name, *p;
-- 
2.25.1

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

end of thread, other threads:[~2022-06-15  0:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-14  0:47 [igt-dev] [PATCH i-g-t] tests/i915/drm_fdinfo: Parse compute as well Nerlige Ramappa, Umesh
2022-06-14  1:12 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2022-06-14  1:39 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-06-14  7:08 ` [igt-dev] [PATCH i-g-t] " Tvrtko Ursulin
2022-06-15  0:08 ` [igt-dev] ✗ Fi.CI.IGT: 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.