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
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
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
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
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