Re: [PATCH 04/66] drm/amdgpu: fill in IP versions from IP discovery table

2021-09-22 Thread Deucher, Alexander
[AMD Official Use Only] Fixed locally. Thanks! Alex From: Kuehling, Felix Sent: Wednesday, September 22, 2021 12:58 PM To: Deucher, Alexander ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 04/66] drm/amdgpu: fill in IP versions from IP discovery table

Re: [PATCH 04/66] drm/amdgpu: fill in IP versions from IP discovery table

2021-09-22 Thread Felix Kuehling
Am 2021-09-21 um 2:06 p.m. schrieb Alex Deucher: > Prerequisite for using IP versions in the driver rather > than asic type. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git

[PATCH 04/66] drm/amdgpu: fill in IP versions from IP discovery table

2021-09-21 Thread Alex Deucher
Prerequisite for using IP versions in the driver rather than asic type. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c