Re: [Intel-gfx] [igt PATCH 4/5] lib: refactor kmstest_create_fb

2013-06-05 Thread Rodrigo Vivi
what a huge patch... but hopefully I haven' t missed anything. Feel free to use Reviewed-by: Rodrigo Vivi On Fri, May 31, 2013 at 6:23 AM, Imre Deak wrote: > Factor out parts that will be used by an upcoming patch adding > kmstest_create_fb2. > > Also call the fb paint functions directly, there

[Intel-gfx] [igt PATCH 4/5] lib: refactor kmstest_create_fb

2013-05-31 Thread Imre Deak
Factor out parts that will be used by an upcoming patch adding kmstest_create_fb2. Also call the fb paint functions directly, there is not much point in passing a function pointer for that. Signed-off-by: Imre Deak --- lib/drmtest.c | 176 --