Re: [PATCH 61/66] drm/amdgpu: convert IP version array to include instances

2021-09-23 Thread Alex Deucher
On Thu, Sep 23, 2021 at 12:58 AM Lazar, Lijo wrote: > > > > On 9/22/2021 9:47 PM, Alex Deucher wrote: > > On Wed, Sep 22, 2021 at 5:08 AM Lazar, Lijo wrote: > >> > >> > >> > >> On 9/21/2021 11:37 PM, Alex Deucher wrote: > >>> Allow us to query instances versions more cleanly. > >>> > >>> Signed-o

Re: [PATCH 61/66] drm/amdgpu: convert IP version array to include instances

2021-09-22 Thread Lazar, Lijo
On 9/22/2021 9:47 PM, Alex Deucher wrote: On Wed, Sep 22, 2021 at 5:08 AM Lazar, Lijo wrote: On 9/21/2021 11:37 PM, Alex Deucher wrote: Allow us to query instances versions more cleanly. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- driver

Re: [PATCH 61/66] drm/amdgpu: convert IP version array to include instances

2021-09-22 Thread Alex Deucher
On Wed, Sep 22, 2021 at 5:08 AM Lazar, Lijo wrote: > > > > On 9/21/2021 11:37 PM, Alex Deucher wrote: > > Allow us to query instances versions more cleanly. > > > > Signed-off-by: Alex Deucher > > --- > > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- > > drivers/gpu/drm/amd/amdgpu/am

Re: [PATCH 61/66] drm/amdgpu: convert IP version array to include instances

2021-09-22 Thread Lazar, Lijo
On 9/21/2021 11:37 PM, Alex Deucher wrote: Allow us to query instances versions more cleanly. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 262 +- drivers/gpu/drm/amd/amdgpu/amdgpu_

[PATCH 61/66] drm/amdgpu: convert IP version array to include instances

2021-09-21 Thread Alex Deucher
Allow us to query instances versions more cleanly. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 262 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 34 +-- drivers/gpu/drm/amd/amdgpu/a