]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: add new asic_type for IP discovery
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Aug 2021 21:26:21 +0000 (17:26 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:23:01 +0000 (15:23 -0400)
commit8cd90c6742eab29a64cebee32bc0d62036b55fac
tree4d40ee35e2d6b563417aad487e9b5676fd36f2f9
parente9992b3deb36e9fa4d5c8aea77280a9b220dd600
drm/amdgpu: add new asic_type for IP discovery

Add a new asic type for asics where we don't have an
explicit entry in the PCI ID list.  We don't need
an asic type for these asics, other than something higher
than the existing ones, so just use this for all new
asics.

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
include/drm/amd_asic_type.h