Re: [Mesa-dev] [PATCH 0/2] code de-duplication and non-pci support

2014-01-17 Thread Ian Romanick
With Kristian's comment about keeping the original copyright notices intact addressed, patches 1, 2, 3, 4, 7, 8, and 10 are Reviewed-by: Ian Romanick On 12/14/2013 11:28 AM, Rob Clark wrote: > From: Rob Clark > > It seems that over time, code related to finding driver name, dealing > with pci-

Re: [Mesa-dev] [PATCH 0/2] code de-duplication and non-pci support

2013-12-23 Thread Rob Clark
bump.. Any chance someone from the pci camp could have a look at this series? Also, I'm not quite sure about other build systems (android.. and is scons still a thing?).. something is probably needed for those, but I wouldn't know how to build with either of those. But something like this patchs

Re: [Mesa-dev] [PATCH 0/2] code de-duplication and non-pci support

2013-12-17 Thread Erik Faye-Lund
On Sat, Dec 14, 2013 at 8:28 PM, Rob Clark wrote: > From: Rob Clark > > It seems that over time, code related to finding driver name, dealing > with pci-id table, etc, has been copy/pasted everywhere it was needed. > Which is lame. And annoying if you have a device which is not pci. > > This pat

[Mesa-dev] [PATCH 0/2] code de-duplication and non-pci support

2013-12-14 Thread Rob Clark
From: Rob Clark It seems that over time, code related to finding driver name, dealing with pci-id table, etc, has been copy/pasted everywhere it was needed. Which is lame. And annoying if you have a device which is not pci. This patchset refactors it out into a simple loader util lib which is s