[PATCH 00/13] DRM Reliable Minor-IDs

2014-02-21 Thread Thierry Reding
On Wed, Jan 29, 2014 at 03:01:47PM +0100, David Herrmann wrote: > Hi > > I was looking into our minor-allocation code and it has one major drawback: > char-dev minor-IDs are unreliable. The +128 hacks we use in user-space to > calculate render-node IDs based on the original card just does not work

[PATCH 00/13] DRM Reliable Minor-IDs

2014-01-29 Thread David Herrmann
Hi I was looking into our minor-allocation code and it has one major drawback: char-dev minor-IDs are unreliable. The +128 hacks we use in user-space to calculate render-node IDs based on the original card just does not work. Instead of allocating dummy IDs for each driver, I went ahead and tried