[PATCH umr] fix field names for INDIRECT_BUFFER_CONST/CIK for gfx9/gfx10

2020-02-19 Thread Xiaojie Yuan
field names for INDIRECT_BUFFER_CONST/CIK of gfx9/gfx10 are the same. fields like OFFLOAD_POLLING and VALID are defined in mec's INDIRECT_BUFFER packet, so not applicable here. Signed-off-by: Xiaojie Yuan --- src/lib/ring_decode.c | 23 +++ 1 file changed, 7 insertions(+), 16

Re: [PATCH umr] fix field names for INDIRECT_BUFFER_CONST/CIK for gfx9/gfx10

2020-02-19 Thread Tom St Denis
Yup, my bad.  We also need to fix the streaming version (line 432 of src/lib/umr_pm4_decode_opcodes.c).  Would you like to incorporate this into this patch?  Otherwise I can do it separately. Thanks, Tom On 2020-02-19 6:26 a.m., Xiaojie Yuan wrote: field names for INDIRECT_BUFFER_CONST/CIK o

Re: [PATCH umr] fix field names for INDIRECT_BUFFER_CONST/CIK for gfx9/gfx10

2020-02-19 Thread Yuan, Xiaojie
[AMD Official Use Only - Internal Distribution Only] Sure, I'll send v2 soon. BR, Xiaojie From: StDenis, Tom Sent: Wednesday, February 19, 2020 7:51 PM To: Yuan, Xiaojie; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH umr] fix field name