Re: [PATCH 2/2] drm/amdgpu: Use version to figure out harvest info

2025-01-28 Thread Lazar, Lijo
On 1/28/2025 9:01 PM, Alex Deucher wrote: > On Tue, Jan 28, 2025 at 1:42 AM Lijo Lazar wrote: >> >> IP tables with version <=2 may use harvest bit. For version 3 and above, >> harvest bit is not applicable, instead uses harvest table. Fix the >> logic accordingly. >> >> Signed-off-by: Lijo Laza

Re: [PATCH 2/2] drm/amdgpu: Use version to figure out harvest info

2025-01-28 Thread Alex Deucher
On Tue, Jan 28, 2025 at 1:42 AM Lijo Lazar wrote: > > IP tables with version <=2 may use harvest bit. For version 3 and above, > harvest bit is not applicable, instead uses harvest table. Fix the > logic accordingly. > > Signed-off-by: Lijo Lazar > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_discove

[PATCH 2/2] drm/amdgpu: Use version to figure out harvest info

2025-01-27 Thread Lijo Lazar
IP tables with version <=2 may use harvest bit. For version 3 and above, harvest bit is not applicable, instead uses harvest table. Fix the logic accordingly. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 27 +++ 1 file changed, 16 insertions(+), 1