[PATCH] drm/amdgpu/gmc9: convert to IP version checking

2021-10-01 Thread Alex Deucher
Use IP versions rather than asic_type to differentiate IP version specific features. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 136 ++ 1 file changed, 71 insertions(+), 65 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c b/dr

Re: [PATCH] drm/amdgpu/gmc9: convert to IP version checking

2021-10-04 Thread Christian König
Am 01.10.21 um 21:48 schrieb Alex Deucher: Use IP versions rather than asic_type to differentiate IP version specific features. Signed-off-by: Alex Deucher Acked-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 136 ++ 1 file changed, 71 insertions