Re: [PATCH 2/2] drm/gud: Add async_flush module parameter

2021-07-03 Thread Peter Stuge
Noralf Trønnes wrote: > Provide a way for userspace to choose synchronous flushing/pageflips. > This helps save CPU and power. > > It is also useful for test scripts since userspace can know when a flush > has happended and wait before doing the next visual test. > > Cc: Peter Stuge > Cc: Linus

[PATCH 2/2] drm/gud: Add async_flush module parameter

2021-07-03 Thread Noralf Trønnes
Provide a way for userspace to choose synchronous flushing/pageflips. This helps save CPU and power. It is also useful for test scripts since userspace can know when a flush has happended and wait before doing the next visual test. Cc: Peter Stuge Cc: Linus Walleij Signed-off-by: Noralf Trønnes