Re: [PATCH 3/3] drm/amd/display: convert to DCE IP version checking

2022-01-23 Thread Huang Rui
On Mon, Jan 24, 2022 at 11:20:42AM +0800, Huang, Tim wrote: > Use IP versions rather than asic_type to differentiate IP version specific > features. > > Signed-off-by: Tim Huang > --- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 +--- > 1 file changed, 5 insertions(+), 7 del

RE: [PATCH 3/3] drm/amd/display: convert to DCE IP version checking

2022-01-23 Thread Liu, Aaron
From: Huang, Tim > Sent: Monday, January 24, 2022 11:21 AM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander ; Huang, Ray > ; Liu, Aaron ; Huang, Tim > > Subject: [PATCH 3/3] drm/amd/display: convert to DCE IP version checking > > Use IP versions rathe

[PATCH 3/3] drm/amd/display: convert to DCE IP version checking

2022-01-23 Thread Tim Huang
Use IP versions rather than asic_type to differentiate IP version specific features. Signed-off-by: Tim Huang --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c