diff options
| author | Flora Cui <[email protected]> | 2025-03-26 12:06:13 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-04-07 18:32:20 +0000 |
| commit | 2f6dd741cdcdadb9e125cc66d4fcfbe5ab92d36a (patch) | |
| tree | f0f16bd6e4405bd9cd7edfce7b326293e964dacd | |
| parent | drm/amdgpu/dma_buf: fix page_link check (diff) | |
| download | kernel-2f6dd741cdcdadb9e125cc66d4fcfbe5ab92d36a.tar.gz kernel-2f6dd741cdcdadb9e125cc66d4fcfbe5ab92d36a.zip | |
drm/amdgpu/ip_discovery: add missing ip_discovery fw
Signed-off-by: Flora Cui <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index dc2713ec95a5..9e738fae2b74 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -120,6 +120,8 @@ MODULE_FIRMWARE("amdgpu/vega20_ip_discovery.bin"); MODULE_FIRMWARE("amdgpu/raven_ip_discovery.bin"); MODULE_FIRMWARE("amdgpu/raven2_ip_discovery.bin"); MODULE_FIRMWARE("amdgpu/picasso_ip_discovery.bin"); +MODULE_FIRMWARE("amdgpu/arcturus_ip_discovery.bin"); +MODULE_FIRMWARE("amdgpu/aldebaran_ip_discovery.bin"); #define mmIP_DISCOVERY_VERSION 0x16A00 #define mmRCC_CONFIG_MEMSIZE 0xde3 |
