[PATCH 06/13] drm/radeon: improve sub allocator

2012-04-20 Thread Christian König
On 20.04.2012 09:24, Michel D?nzer wrote: > On Fre, 2012-04-20 at 00:39 +0200, Christian K?nig wrote: >> Make the suballocator self containing to locking >> and fix a overrun bug which happens with >> allocations of different alignments. > Sounds like this should be split up into two changes. :) Y

[PATCH 06/13] drm/radeon: improve sub allocator

2012-04-20 Thread Michel Dänzer
On Fre, 2012-04-20 at 00:39 +0200, Christian K?nig wrote: > Make the suballocator self containing to locking > and fix a overrun bug which happens with > allocations of different alignments. Sounds like this should be split up into two changes. :) -- Earthling Michel D?nzer |

Re: [PATCH 06/13] drm/radeon: improve sub allocator

2012-04-20 Thread Christian König
On 20.04.2012 09:24, Michel Dänzer wrote: On Fre, 2012-04-20 at 00:39 +0200, Christian König wrote: Make the suballocator self containing to locking and fix a overrun bug which happens with allocations of different alignments. Sounds like this should be split up into two changes. :) Yeah you

[PATCH 06/13] drm/radeon: improve sub allocator

2012-04-20 Thread Christian König
Make the suballocator self containing to locking and fix a overrun bug which happens with allocations of different alignments. Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/radeon.h|1 + drivers/gpu/drm/radeon/radeon_sa.c | 19 --- 2 files changed, 13 insert

Re: [PATCH 06/13] drm/radeon: improve sub allocator

2012-04-20 Thread Michel Dänzer
On Fre, 2012-04-20 at 00:39 +0200, Christian König wrote: > Make the suballocator self containing to locking > and fix a overrun bug which happens with > allocations of different alignments. Sounds like this should be split up into two changes. :) -- Earthling Michel Dänzer |

[PATCH 06/13] drm/radeon: improve sub allocator

2012-04-19 Thread Christian König
Make the suballocator self containing to locking and fix a overrun bug which happens with allocations of different alignments. Signed-off-by: Christian König --- drivers/gpu/drm/radeon/radeon.h|1 + drivers/gpu/drm/radeon/radeon_sa.c | 19 --- 2 files changed, 13 insert