drm/amdgpu: Expose TA FW version in fw_version file
authorKent Russell <kent.russell@amd.com>
Tue, 24 Mar 2020 11:40:20 +0000 (07:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Apr 2020 18:44:42 +0000 (14:44 -0400)
commit358e00e0adc8622f2acd6bf70704e7a86df2b568
tree79066093b59d3f9db466cd58cc163bdbfcb35726
parentfabe01d7bbda15ae608fe8fa221b596fe498b037
drm/amdgpu: Expose TA FW version in fw_version file

Reporting the fw_version just returns 0, the actual version is kept as
ta_*_ucode_version. This is the same as the feature reported in
the amdgpu_firmware_info debugfs file.

Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c