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) md->u.gfx9.swizzle_mode = AMDGPU_TILING_GET(tiling_flags, SWIZZLE_MODE); ^ I guess it needs newer amdgpu_drm.h from the kernel, but that will take a while to arrive, so maybe add some compat macros if you plan to merge this soon?
Gražvydas On Tue, Mar 21, 2017 at 3:36 PM, Marek Olšák <mar...@gmail.com> wrote: > 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/addrlib: import gfx9 support > [PATCH 061/140] amd: import GFX9 register definitions > > Marek > > > On Tue, Mar 21, 2017 at 12:03 AM, Marek Olšák <mar...@gmail.com> wrote: >> 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 <mar...@gmail.com> 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. Vega10 support is the rest. >>> >>> Please review. >>> >>> Marek > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev