]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fill in IP versions from IP discovery table
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 20 Jul 2021 20:57:40 +0000 (16:57 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:22:58 +0000 (15:22 -0400)
commitf0805fdade1ebf7169a1ca2044e1f78a8803bd6a
tree4e37b23cd04bb95cfa08b37bcb8f3dce181f7035
parent34738b9824e9547c19c78aa9f5583ad042457b61
drm/amdgpu: fill in IP versions from IP discovery table

Prerequisite for using IP versions in the driver rather
than asic type.

v2: Use IP_VERSION() macro instead of new function

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