Re: [PATCH] tests/intel/xe_query: Add per drm client reset stats tests

2025-02-21 Thread Kamil Konieczny
Hi Jonathan, On 2025-02-20 at 20:37:47 +, Jonathan Cavitt wrote: > Add tests that exercise the xe reset stats query. The current tests > simply output the result of the tests and assert that the reset and ban > counters properly increment. > > Signed-off-by: Jonathan Cavitt > --- > include/

Re: [PATCH i-g-t v3] benchmarks: Add VKMS benchmark

2024-02-13 Thread Kamil Konieczny
27.1d97c881@ferris.localdomain/ > Suggested-by: Pekka Paalanen > Acked-by: Pekka Paalanen > Acked-by: MaĆ­ra Canal > Acked-by: Kamil Konieczny > Signed-off-by: Arthur Grillo > --- > Changes in v3: > - Change primary plane width to not extend outside the CRTC size > -

Re: [PATCH i-g-t v2] benchmarks: Add VKMS benchmark

2024-02-09 Thread Kamil Konieczny
; --- > Changes in v2: > - Zero initialize data > - Don't wrap igt_create_* functions (Juha-Pekka Heikkila) > - Add a `break;` when a pipe is found (Pekka Paalanen) > - Rename file to kms_fb_stress.c (Kamil Konieczny) > - Replace 2 by NUM_FBS (Juha-Pekka Heikkila) > - Repla

Re: [PATCH i-g-t] benchmarks: Add VKMS benchmark

2024-02-08 Thread Kamil Konieczny
Hi Arthur, On 2024-02-07 at 17:17:15 -0300, Arthur Grillo wrote: > Create a benchmark for the VKMS driver. Use a KMS layout with deliberate > odd sizes to try to avoid alignment accidents and run it for FRAME_COUNT > frames flipping framebuffers in each plane. > > Link: https://lore.kernel.org/all

Re: [PATCH i-g-t] benchmarks: Add VKMS benchmark

2024-02-08 Thread Kamil Konieczny
Hi Arthur, On 2024-02-07 at 17:17:15 -0300, Arthur Grillo wrote: > Create a benchmark for the VKMS driver. Use a KMS layout with deliberate > odd sizes to try to avoid alignment accidents and run it for FRAME_COUNT > frames flipping framebuffers in each plane. > > Link: https://lore.kernel.org/all