Re: [PATCH 10/18] drm/amdgpu: add ip block with instance

2024-10-04 Thread Boyuan Zhang
On 2024-10-02 13:32, Alex Deucher wrote: On Wed, Oct 2, 2024 at 12:39 AM wrote: From: Boyuan Zhang Add instance number to ip block to track which instance the ip block belongs to. Also, add a new function to allow ip block to save the instance number along with other ip block driver inform

Re: [PATCH 10/18] drm/amdgpu: add ip block with instance

2024-10-02 Thread Alex Deucher
On Wed, Oct 2, 2024 at 12:39 AM wrote: > > From: Boyuan Zhang > > Add instance number to ip block to track which instance the ip block > belongs to. > > Also, add a new function to allow ip block to save the instance number > along with other ip block driver information. > > Signed-off-by: Boyuan

[PATCH 10/18] drm/amdgpu: add ip block with instance

2024-10-01 Thread boyuan.zhang
From: Boyuan Zhang Add instance number to ip block to track which instance the ip block belongs to. Also, add a new function to allow ip block to save the instance number along with other ip block driver information. Signed-off-by: Boyuan Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu.h|