Re: [PATCH v4 16/16] drm/amdgpu: Update gfx_v9 rlcg interface

2021-05-14 Thread Alex Deucher
On Fri, May 14, 2021 at 3:27 AM Peng Ju Zhou wrote: > > the interface on gfx v10 updated, the gfx v9 and v10 > share the same interface, update v9's interface. > > Signed-off-by: Peng Ju Zhou This should be squashed with patch 4 to avoid a build breakage. > --- > drivers/gpu/drm/amd/amdgpu/amd

RE: [PATCH v4 16/16] drm/amdgpu: Update gfx_v9 rlcg interface

2021-05-14 Thread Zhou, Peng Ju
] drm/amdgpu: Update gfx_v9 rlcg interface -- BW Pengju Zhou > -Original Message- > From: Peng Ju Zhou > Sent: Friday, May 14, 2021 3:27 PM > To: amd-gfx@lists.freedesktop.org > Cc: Zhou, Peng Ju > S

[PATCH v4 16/16] drm/amdgpu: Update gfx_v9 rlcg interface

2021-05-14 Thread Peng Ju Zhou
the interface on gfx v10 updated, the gfx v9 and v10 share the same interface, update v9's interface. Signed-off-by: Peng Ju Zhou --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 9 + 2 files changed, 6 insertions(+), 5 deletions(-) dif