Re: [Intel-gfx] [PATCH i-g-t] tests/drm_fdinfo: Test virtual engines

2022-06-16 Thread Umesh Nerlige Ramappa
Thanks for adding these tests. I ran these with the kernel patch I had posted for GuC support and updated the patch to work with virtual engines - https://patchwork.freedesktop.org/series/105085/#rev3 I have listed some changes I had to do in the below patch. With those (or similar changes), t

[Intel-gfx] [PATCH i-g-t] tests/drm_fdinfo: Test virtual engines

2022-06-16 Thread Tvrtko Ursulin
From: Tvrtko Ursulin We need some coverage of the virtual engines. Signed-off-by: Tvrtko Ursulin Cc: Umesh Nerlige Ramappa --- tests/i915/drm_fdinfo.c | 284 +++- 1 file changed, 282 insertions(+), 2 deletions(-) diff --git a/tests/i915/drm_fdinfo.c b/test