[PATCH] modeset: Split buffer allocation to a separate file

2012-07-23 Thread Rob Clark
On Fri, Jul 20, 2012 at 12:38 PM, Laurent Pinchart wrote: > Hi Rob, > > > On Friday 20 July 2012 10:34:46 Rob Clark wrote: >> thanks! I've pushed to a branch on my github tree, in case you want >> to double check that I'm not missing anything: >> >> git://github.com/robclark/libdrm.git

Re: [PATCH] modeset: Split buffer allocation to a separate file

2012-07-23 Thread Rob Clark
On Fri, Jul 20, 2012 at 12:38 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Rob, On Friday 20 July 2012 10:34:46 Rob Clark wrote: thanks! I've pushed to a branch on my github tree, in case you want to double check that I'm not missing anything:

[PATCH] modeset: Split buffer allocation to a separate file

2012-07-20 Thread Laurent Pinchart
Hi Rob, On Friday 20 July 2012 10:34:46 Rob Clark wrote: > thanks! I've pushed to a branch on my github tree, in case you want > to double check that I'm not missing anything: > > git://github.com/robclark/libdrm.git modetest branch > > will do some sanity testing a bit later, and if that

[PATCH] modeset: Split buffer allocation to a separate file

2012-07-20 Thread Laurent Pinchart
As the modeset test application is often referred to as an example of the KMS API usage, move test pattern generation and buffer allocation to a separate file to keep it simple and clear. Signed-off-by: Laurent Pinchart --- tests/modetest/Makefile.am |2 +- tests/modetest/buffers.c | 1021

[PATCH] modeset: Split buffer allocation to a separate file

2012-07-20 Thread Rob Clark
thanks! I've pushed to a branch on my github tree, in case you want to double check that I'm not missing anything: git://github.com/robclark/libdrm.git modetest branch will do some sanity testing a bit later, and if that looks ok and no one objects, I can push to fd.o BR, -R On Fri, Jul

Re: [PATCH] modeset: Split buffer allocation to a separate file

2012-07-20 Thread Laurent Pinchart
Hi Rob, On Friday 20 July 2012 10:34:46 Rob Clark wrote: thanks! I've pushed to a branch on my github tree, in case you want to double check that I'm not missing anything: git://github.com/robclark/libdrm.git modetest branch will do some sanity testing a bit later, and if that looks