Re: [PATCH libdrm v3] tests/modetest: Add atomic support

2018-08-07 Thread Emil Velikov
On 7 August 2018 at 14:53, Daniel Stone wrote: > Hi Emil, > This is off-topic for the list, but ... > > On Tue, 7 Aug 2018 at 14:46, Emil Velikov wrote: >> Aside: libdrm following X/Wayland in that it lacks contributor/push access >> docs. >> Might be worth, copying the Mesa ones and adding a

Re: [PATCH libdrm v3] tests/modetest: Add atomic support

2018-08-07 Thread Daniel Stone
Hi Emil, This is off-topic for the list, but ... On Tue, 7 Aug 2018 at 14:46, Emil Velikov wrote: > Aside: libdrm following X/Wayland in that it lacks contributor/push access > docs. > Might be worth, copying the Mesa ones and adding a doc in-tree.

Re: [PATCH libdrm v3] tests/modetest: Add atomic support

2018-08-07 Thread Emil Velikov
On 25 July 2018 at 15:00, Benjamin Gaignard wrote: > If "-a" option is set this make modetest use atomic API instead > of legacy API. > > Test the frame rate ("-v") it does a loop and swap between two > framebuffer for each active planes. > > Signed-off-by: Benjamin Gaignard > --- > > version 3:

Re: [PATCH libdrm v3] tests/modetest: Add atomic support

2018-08-06 Thread Benjamin Gaignard
2018-07-25 16:00 GMT+02:00 Benjamin Gaignard : > If "-a" option is set this make modetest use atomic API instead > of legacy API. > > Test the frame rate ("-v") it does a loop and swap between two > framebuffer for each active planes. > > Signed-off-by: Benjamin Gaignard > --- > > version 3: > -

[PATCH libdrm v3] tests/modetest: Add atomic support

2018-07-25 Thread Benjamin Gaignard
If "-a" option is set this make modetest use atomic API instead of legacy API. Test the frame rate ("-v") it does a loop and swap between two framebuffer for each active planes. Signed-off-by: Benjamin Gaignard --- version 3: - merge atomic code into modetest itself - do not change build