Re: [Mesa-dev] [PATCH] winsys/amdgpu: allow non page-aligned size bo creation from pointer

2018-02-06 Thread Marek Olšák
Pushed, thanks! Marek On Sun, Feb 4, 2018 at 8:24 PM, Michal Navratil wrote: > Fix INVALID_OPERATION caused by BufferData with target > EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD when the buffer size is > not page aligned. > --- > src/gallium/winsys/amdgpu/drm/amdgpu_bo.c | 11

[Mesa-dev] [PATCH] winsys/amdgpu: allow non page-aligned size bo creation from pointer

2018-02-04 Thread Michal Navratil
Fix INVALID_OPERATION caused by BufferData with target EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD when the buffer size is not page aligned. --- src/gallium/winsys/amdgpu/drm/amdgpu_bo.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git