Re: [PATCH 29/66] drm/amdgpu/display/dm: convert to IP version checking

2021-09-22 Thread Deucher, Alexander
[AMD Official Use Only] Fixed locally. Alex From: Lazar, Lijo Sent: Wednesday, September 22, 2021 3:37 AM To: Deucher, Alexander ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 29/66] drm/amdgpu/display/dm: convert to IP version checking On 9/21/2021

Re: [PATCH 29/66] drm/amdgpu/display/dm: convert to IP version checking

2021-09-22 Thread Lazar, Lijo
On 9/21/2021 11:36 PM, Alex Deucher wrote: Use IP versions rather than asic_type to differentiate IP version specific features. Signed-off-by: Alex Deucher --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 194 ++ 1 file changed, 109 insertions(+), 85 deletions(-) diff

[PATCH 29/66] drm/amdgpu/display/dm: convert to IP version checking

2021-09-21 Thread Alex Deucher
Use IP versions rather than asic_type to differentiate IP version specific features. Signed-off-by: Alex Deucher --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 194 ++ 1 file changed, 109 insertions(+), 85 deletions(-) diff --git