OSDN Git Service

drm/amd: Add a legacy mapping to "amdgpu_ucode_ip_version_decode"
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 28 Dec 2022 07:19:05 +0000 (01:19 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Jan 2023 21:27:24 +0000 (16:27 -0500)
commit54a3e032340ef90ebe7611845b7d732ea3af56ca
treec09e40fec13db5791f8b7cd7d0cb016960509c67
parentb7cdb41e7d25ceb4f8c1de7343517b29b58e357b
drm/amd: Add a legacy mapping to "amdgpu_ucode_ip_version_decode"

This will allow other parts of the driver that currently special
case firmware file names to before IP version style naming to just
have a single call to `amdgpu_ucode_ip_version_decode`.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c