drm/amdgpu: drive all vega asics from the IP discovery table
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Jul 2021 19:50:38 +0000 (15:50 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:23:00 +0000 (15:23 -0400)
commit9878844094703fbae1c3b301c9bb71253a30efe7
treee71bdac5e9dcab7b6641d6f6737c46378dd1af27
parent91e9db33be12119d2645c6eaf1000406c227e1cc
drm/amdgpu: drive all vega asics from the IP discovery table

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

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