Re: [Mesa-dev] [PATCH] winsys/radeon: cleanup virtual memory nonsense

2013-11-19 Thread Christian König
Am 19.11.2013 16:19, schrieb Alex Deucher: On Tue, Nov 19, 2013 at 5:05 AM, Christian König wrote: From: Christian König The alignment of a virtual memory area must always be at least 4096 bytes. It only worked because size was aligned to 4096 outside of the function. Signed-off-by: Christi

Re: [Mesa-dev] [PATCH] winsys/radeon: cleanup virtual memory nonsense

2013-11-19 Thread Alex Deucher
On Tue, Nov 19, 2013 at 5:05 AM, Christian König wrote: > From: Christian König > > The alignment of a virtual memory area must always be at least 4096 bytes. > > It only worked because size was aligned to 4096 outside of the function. > > Signed-off-by: Christian König CC the 9.2 and 10.0 bran

Re: [Mesa-dev] [PATCH] winsys/radeon: cleanup virtual memory nonsense

2013-11-19 Thread Christian König
Am 19.11.2013 14:41, schrieb Marek Olšák: On Tue, Nov 19, 2013 at 11:05 AM, Christian König wrote: From: Christian König The alignment of a virtual memory area must always be at least 4096 bytes. It only worked because size was aligned to 4096 outside of the function. Signed-off-by: Christi

Re: [Mesa-dev] [PATCH] winsys/radeon: cleanup virtual memory nonsense

2013-11-19 Thread Marek Olšák
On Tue, Nov 19, 2013 at 11:05 AM, Christian König wrote: > From: Christian König > > The alignment of a virtual memory area must always be at least 4096 bytes. > > It only worked because size was aligned to 4096 outside of the function. > > Signed-off-by: Christian König > --- > src/gallium/win

[Mesa-dev] [PATCH] winsys/radeon: cleanup virtual memory nonsense

2013-11-19 Thread Christian König
From: Christian König The alignment of a virtual memory area must always be at least 4096 bytes. It only worked because size was aligned to 4096 outside of the function. Signed-off-by: Christian König --- src/gallium/winsys/radeon/drm/radeon_drm_bo.c | 37 +-- src/gall