drm/amdgpu:add fw version entry to info

Signed-off-by: Frank Min <Frank.Min@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Frank Min
2016-04-27 18:53:29 +08:00
committed by Alex Deucher
parent bec86378be
commit fc76cbf456
3 changed files with 43 additions and 0 deletions

1
drivers/gpu/drm/amd/include/cgs_common.h Normal file → Executable file
View File

@@ -161,6 +161,7 @@ struct cgs_clock_limits {
*/
struct cgs_firmware_info {
uint16_t version;
uint16_t fw_version;
uint16_t feature_version;
uint32_t image_size;
uint64_t mc_addr;