[AMD Public Use] Hi Alex, MR = merge request? Should I create account to send merge request in the freedesktop gitlab? Thanks, Ray From: Deucher, Alexander Sent: Tuesday, February 11, 2020 10:30 PM To: Christian König ; Huang, Ray ; amd-gfx@lists.freedesktop.org Cc: Pelloux-prayer, Pierre-eric ; Olsak, Marek ; Liu, Aaron ; Tuikov, Luben ; Koenig, Christian Subject: Re: [PATCH libdrm 0/4] amdgpu: use amdgpu_cs_submit_raw2 for amdgpu tests [AMD Public Use] Also, libdrm changes should go through a gitlab MR now. Alex ________________________________ From: Christian König > Sent: Tuesday, February 11, 2020 6:39 AM To: Huang, Ray >; amd-gfx@lists.freedesktop.org > Cc: Pelloux-prayer, Pierre-eric >; Olsak, Marek >; Liu, Aaron >; Tuikov, Luben >; Deucher, Alexander >; Koenig, Christian > Subject: Re: [PATCH libdrm 0/4] amdgpu: use amdgpu_cs_submit_raw2 for amdgpu tests Looks good on first glance, but Marek and/or Pierre can probably better judge than me. Christian. Am 11.02.20 um 12:22 schrieb Huang Rui: > So far, the amdgpu_cs_submit_raw2 is used for MesaGL, however the amdgpu tests > still use the legacy interface. So we would like to make amdgpu tests verify the > amdgpu_cs_submit_raw2 API. > > Thanks, > Ray > > Huang Rui (4): > amdgpu: use alloca for dependencies and sem_dependencies > amdgpu: use amdgpu_cs_submit_raw2 in amdgpu_cs_submit > amdgpu: remove the un-used chunk_array > amdgpu: clean up the cs structure variable > > amdgpu/amdgpu_cs.c | 36 +++++++++++++----------------------- > 1 file changed, 13 insertions(+), 23 deletions(-) >