drm/amdgpu: drive all navi asics from the IP discovery table
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 28 Jul 2021 15:16:12 +0000 (11:16 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:22:59 +0000 (15:22 -0400)
commit75aa18415a4c56d1aacc07cac00f813fdd5d8799
tree2ecf16286ed1bdaeb099777802860a0337648ae0
parent3e67f4f2e22ef1f81c82ec8471d5e2b22fdb30e8
drm/amdgpu: drive all navi asics from the IP discovery table

Rather than hardcoding based on asic_type, use the IP
discovery table to configure the driver.

v2: rebase

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c