Commit ce7b59c1 authored by Lang Yu's avatar Lang Yu Committed by Alex Deucher

drm/amdgpu: add support for VPE firmware name decoding

Add decoding VPE firmware name support.
Signed-off-by: default avatarLang Yu <Lang.Yu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 2f3916be
......@@ -1297,6 +1297,9 @@ void amdgpu_ucode_ip_version_decode(struct amdgpu_device *adev, int block_type,
case UVD_HWIP:
ip_name = "vcn";
break;
case VPE_HWIP:
ip_name = "vpe";
break;
default:
BUG();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment