Re: [Intel-gfx] [PATCH 08/22] flip_test: move output panning inside the flip_handler

2012-10-16 Thread Daniel Vetter
On Tue, Oct 16, 2012 at 05:34:42PM +0300, Imre Deak wrote: > Move the panning to a more logical place where the rest of the test > steps are performed. This won't change things in practice, since the > first thing drmHandleEvent does is call the flip_handler. > > Signed-off-by: Imre Deak Looking

[Intel-gfx] [PATCH 08/22] flip_test: move output panning inside the flip_handler

2012-10-16 Thread Imre Deak
Move the panning to a more logical place where the rest of the test steps are performed. This won't change things in practice, since the first thing drmHandleEvent does is call the flip_handler. Signed-off-by: Imre Deak --- tests/flip_test.c | 29 ++--- 1 file changed,