Re: [PATCH 6/7] drm/amdgpu/mes: add mes ring test

2022-06-29 Thread Xiao, Jack
[AMD Official Use Only - General] will drop this single patch, and send out another independent patch for this. Thanks, Jack From: Yu, Lang Sent: Wednesday, 29 June 2022 16:35 To: Xiao, Jack Cc: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 6/7] drm/amdgpu

Re: [PATCH 6/7] drm/amdgpu/mes: add mes ring test

2022-06-29 Thread Lang Yu
On 06/29/ , Jack Xiao wrote: > Use read/write register to test mes ring. > > Signed-off-by: Jack Xiao > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 36 + > drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 1 + > drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 6 + > 3 files

[PATCH 6/7] drm/amdgpu/mes: add mes ring test

2022-06-28 Thread Jack Xiao
Use read/write register to test mes ring. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 36 + drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 1 + drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 6 + 3 files changed, 43 insertions(+) diff --git