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

2024-02-12 Thread Pekka Paalanen
On Fri, 9 Feb 2024 14:29:30 -0300 Arthur Grillo wrote: > On 09/02/24 05:32, Pekka Paalanen wrote: > > On Thu, 8 Feb 2024 16:38:31 -0300 > > Arthur Grillo wrote: > > > >> On 08/02/24 06:50, Pekka Paalanen wrote: > >>> On Wed, 07 Feb 2024 17:17:15 -0300 > >>> Arthur Grillo wrote: > >>>

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

2024-02-09 Thread Arthur Grillo
On 09/02/24 05:32, Pekka Paalanen wrote: > On Thu, 8 Feb 2024 16:38:31 -0300 > Arthur Grillo wrote: > >> On 08/02/24 06:50, Pekka Paalanen wrote: >>> On Wed, 07 Feb 2024 17:17:15 -0300 >>> Arthur Grillo wrote: >>> Create a benchmark for the VKMS driver. Use a KMS layout with

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

2024-02-09 Thread Pekka Paalanen
On Thu, 8 Feb 2024 16:38:31 -0300 Arthur Grillo wrote: > On 08/02/24 06:50, Pekka Paalanen wrote: > > On Wed, 07 Feb 2024 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

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

2024-02-08 Thread Arthur Grillo
On 08/02/24 06:50, Pekka Paalanen wrote: > On Wed, 07 Feb 2024 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

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:

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

2024-02-08 Thread Juha-Pekka Heikkila
Hi Arthur, I was taking brief look. Generally things look ok. Few comments below. On 7.2.2024 22.17, 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

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:

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

2024-02-08 Thread Pekka Paalanen
On Wed, 07 Feb 2024 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:

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

2024-02-07 Thread Arthur Grillo
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/20240202214527.1d97c881@ferris.localdomain/ Suggested-by: Pekka Paalanen