Re: [PATCH 52/66] drm/amdgpu: store all instances of IPs in the IP version table

2021-09-22 Thread Lazar, Lijo
On 9/22/2021 2:06 PM, Lazar, Lijo wrote: On 9/21/2021 11:37 PM, Alex Deucher wrote: Use the instance to increment the entry in the table. Signed-off-by: Alex Deucher ---   drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 6 --   1 file changed, 4 insertions(+), 2 deletions(-) diff --gi

Re: [PATCH 52/66] drm/amdgpu: store all instances of IPs in the IP version table

2021-09-22 Thread Lazar, Lijo
On 9/21/2021 11:37 PM, Alex Deucher wrote: Use the instance to increment the entry in the table. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discov

[PATCH 52/66] drm/amdgpu: store all instances of IPs in the IP version table

2021-09-21 Thread Alex Deucher
Use the instance to increment the entry in the table. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discove