Re: [PATCH] android: amdgpu: move asic id table to a separate file

2017-07-27 Thread Mauro Rossi
2017-07-27 10:30 GMT+02:00 Chih-Wei Huang : >> 2017-07-26 17:27 GMT+02:00 Emil Velikov : >>> On 25 July 2017 at 08:28, Chih-Wei Huang wrote: Hi Mauro, Please note AMDGPU_ASIC_ID_TABLE should be a path in the target device (i.e., Android). So using $(LIBDRM_TOP) is incorrect. >>

Re: [PATCH] android: amdgpu: move asic id table to a separate file

2017-07-27 Thread Chih-Wei Huang
> 2017-07-26 17:27 GMT+02:00 Emil Velikov : >> On 25 July 2017 at 08:28, Chih-Wei Huang wrote: >>> Hi Mauro, >>> Please note AMDGPU_ASIC_ID_TABLE >>> should be a path in the target device (i.e., Android). >>> So using $(LIBDRM_TOP) is incorrect. >>> >>> Actually I've sent a fix for it about one we

Re: [PATCH] android: amdgpu: move asic id table to a separate file

2017-07-26 Thread Emil Velikov
On 25 July 2017 at 08:28, Chih-Wei Huang wrote: > 2017-07-22 17:01 GMT+08:00 Mauro Rossi : >> Changes in Android.mk makefile to avoid building errors in mesa >> due to missing LOCAL_CFLAGS variable definition for >> AMDGPU_ASIC_ID_TABLE and ASIC_ID_TABLE_NUM_ENTRIES >> >> Fixes: 7e6bf88cac ("amdgp

Re: [PATCH] android: amdgpu: move asic id table to a separate file

2017-07-25 Thread Chih-Wei Huang
2017-07-22 17:01 GMT+08:00 Mauro Rossi : > Changes in Android.mk makefile to avoid building errors in mesa > due to missing LOCAL_CFLAGS variable definition for > AMDGPU_ASIC_ID_TABLE and ASIC_ID_TABLE_NUM_ENTRIES > > Fixes: 7e6bf88cac ("amdgpu: move asic id table to a separate file") > --- > amdg

Re: [PATCH] android: amdgpu: move asic id table to a separate file

2017-07-24 Thread Mauro Rossi
Hi, after git-send I noticed that libdrm patches in drii-devel are prefixed by [ PATCH libdrm ] Please consider that this is a libdrm patch. Mauro 2017-07-22 11:01 GMT+02:00 Mauro Rossi : > Changes in Android.mk makefile to avoid building errors in mesa > due to missing LOCAL_CFLAGS variable de

[PATCH] android: amdgpu: move asic id table to a separate file

2017-07-23 Thread Mauro Rossi
Changes in Android.mk makefile to avoid building errors in mesa due to missing LOCAL_CFLAGS variable definition for AMDGPU_ASIC_ID_TABLE and ASIC_ID_TABLE_NUM_ENTRIES Fixes: 7e6bf88cac ("amdgpu: move asic id table to a separate file") --- amdgpu/Android.mk | 8 1 file changed, 8 insertio