Re: [Mesa-dev] [PATCH 000/140] RadeonSI: Initial Vega10 support

2017-03-30 Thread Marek Olšák
On Thu, Mar 30, 2017 at 4:02 PM, Mike Lothian wrote: > I get warnings with patch 058/140 > > /var/tmp/portage/media-libs/mesa-/work/mesa-/src/amd/addrlib/inc/chip/gfx9/gfx9_gb_reg.h:39:7: > warning: type 'union GB_ADDR_CONFIG' violates the C++ One Definition Rule > [-Wodr] > union GB_ADDR

Re: [Mesa-dev] [PATCH 000/140] RadeonSI: Initial Vega10 support

2017-03-30 Thread Mike Lothian
I get warnings with patch 058/140 /var/tmp/portage/media-libs/mesa-/work/mesa-/src/amd/addrlib/inc/chip/gfx9/gfx9_gb_reg.h:39:7: warning: type 'union GB_ADDR_CONFIG' violates the C++ One Definition Rule [-Wodr] union GB_ADDR_CONFIG { ^ /var/tmp/portage/media-libs/mesa-/work/mes

Re: [Mesa-dev] [PATCH 000/140] RadeonSI: Initial Vega10 support

2017-03-21 Thread Marek Olšák
On Tue, Mar 21, 2017 at 8:07 PM, Grazvydas Ignotas wrote: > This doesn't build for me: > > make[4]: Entering directory > '/home/notaz/src/radeon/mesa/src/gallium/winsys/amdgpu/drm' > CC amdgpu_bo.lo > amdgpu_bo.c: In function ‘amdgpu_buffer_get_metadata’: > amdgpu_bo.c:615:53: error: ‘AMDG

Re: [Mesa-dev] [PATCH 000/140] RadeonSI: Initial Vega10 support

2017-03-21 Thread Grazvydas Ignotas
This doesn't build for me: make[4]: Entering directory '/home/notaz/src/radeon/mesa/src/gallium/winsys/amdgpu/drm' CC amdgpu_bo.lo amdgpu_bo.c: In function ‘amdgpu_buffer_get_metadata’: amdgpu_bo.c:615:53: error: ‘AMDGPU_TILING_SWIZZLE_MODE_SHIFT’ undeclared (first use in this function)

Re: [Mesa-dev] [PATCH 000/140] RadeonSI: Initial Vega10 support

2017-03-21 Thread Marek Olšák
BTW, These patches didn't make it to the list, and they are not going to make it: [PATCH 011/140] amdgpu/addrlib: rearrange code in preparation of refactoring [PATCH 032/140] amdgpu/addrlib: Adjust 99 "*" to 100 "*" alignment [PATCH 033/140] amdgpu/addrlib: Use namespaces [PATCH 058/140] amd/addrl

Re: [Mesa-dev] [PATCH 000/140] RadeonSI: Initial Vega10 support

2017-03-21 Thread Nicolai Hähnle
On 20.03.2017 23:42, Marek Olšák wrote: Hi, This is initial Vega10 support for radeonsi. It supports everything except geometry shaders and tessellation, so it's limited to GL 3.1. The missing features are under way. There is also UVD and VCE support. The first 57 patches only update addrlib.

Re: [Mesa-dev] [PATCH 000/140] RadeonSI: Initial Vega10 support

2017-03-20 Thread Christian König
Am 20.03.2017 um 23:42 schrieb Marek Olšák: Hi, This is initial Vega10 support for radeonsi. It supports everything except geometry shaders and tessellation, so it's limited to GL 3.1. The missing features are under way. There is also UVD and VCE support. The first 57 patches only update addrl

Re: [Mesa-dev] [PATCH 000/140] RadeonSI: Initial Vega10 support

2017-03-20 Thread Marek Olšák
It's also here: https://cgit.freedesktop.org/~mareko/mesa/log/?h=vega10 Marek On Mon, Mar 20, 2017 at 11:42 PM, Marek Olšák wrote: > Hi, > > This is initial Vega10 support for radeonsi. It supports everything > except geometry shaders and tessellation, so it's limited to GL 3.1. > The missing f

[Mesa-dev] [PATCH 000/140] RadeonSI: Initial Vega10 support

2017-03-20 Thread Marek Olšák
Hi, This is initial Vega10 support for radeonsi. It supports everything except geometry shaders and tessellation, so it's limited to GL 3.1. The missing features are under way. There is also UVD and VCE support. The first 57 patches only update addrlib. Vega10 support is the rest. Please review