Re: [Mesa-dev] [PATCH 3/3] android: amd/addrlib: add gfx10 support

2019-07-10 Thread Mauro Rossi
Hi again Mark, On Wed, Jul 10, 2019 at 4:59 PM Mark Janes wrote: > Do you have some documentation on how you are building Android with > Mesa? We set up a buildtest using an Android (Celadon) tree from Intel, > and it seems to be less up-to-date than your build. > > Last week, you found a

Re: [Mesa-dev] [PATCH 3/3] android: amd/addrlib: add gfx10 support

2019-07-10 Thread Mauro Rossi
Hi, the procedure I apply is to build android-x86, but it could be applied to AOSP or Celadon too. The sequence of steps is described in details here: https://www.android-x86.org/source.html At the moment I am testing with BOARD_GPU_DRIVERS ?= i915 i965 nouveau r300g r600g radeonsi virgl vmwgfx

Re: [Mesa-dev] [PATCH 3/3] android: amd/addrlib: add gfx10 support

2019-07-10 Thread Mark Janes
Do you have some documentation on how you are building Android with Mesa? We set up a buildtest using an Android (Celadon) tree from Intel, and it seems to be less up-to-date than your build. Last week, you found a build error that was missed by our CI. When you pushed this series, we got:

Re: [Mesa-dev] [PATCH 3/3] android: amd/addrlib: add gfx10 support

2019-07-08 Thread Marek Olšák
For the series: Acked-by: Marek Olšák Marek On Sat, Jul 6, 2019 at 4:17 PM Mauro Rossi wrote: > Fix the following building error: > > external/mesa/src/amd/addrlib/src/gfx10/gfx10addrlib.cpp:35:10: > fatal error: 'gfx10_gb_reg.h' file not found > ^~~~ > 1 error

[Mesa-dev] [PATCH 3/3] android: amd/addrlib: add gfx10 support

2019-07-06 Thread Mauro Rossi
Fix the following building error: external/mesa/src/amd/addrlib/src/gfx10/gfx10addrlib.cpp:35:10: fatal error: 'gfx10_gb_reg.h' file not found ^~~~ 1 error generated. Fixes: 78cdf9a ("amd/addrlib: add gfx10 support") Signed-off-by: Mauro Rossi ---