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
[AMD Official Use Only - Internal Distribution Only] Hi Felix/Christian As we discussed before, we should access GC registers by RLCG by default in full access time. Using RLCG interface if needed when access other IPs' registers. The patches in the below(have been sent out) are the implementati