Firmware & VBIOS queries#
Firmware & VBIOS queries
Functions | |
amdsmi_status_t | amdsmi_get_fw_info (amdsmi_processor_handle processor_handle, amdsmi_fw_info_t *info) |
Returns the firmware versions running on the device. More... | |
amdsmi_status_t | amdsmi_get_gpu_vbios_info (amdsmi_processor_handle processor_handle, amdsmi_vbios_info_t *info) |
Returns the static information for the vBIOS on the device. More... | |
Detailed Description
Function Documentation
◆ amdsmi_get_fw_info()
amdsmi_status_t amdsmi_get_fw_info | ( | amdsmi_processor_handle | processor_handle, |
amdsmi_fw_info_t * | info | ||
) |
Returns the firmware versions running on the device.
- Platform:
gpu_bm_linux
host
guest_1vf
guest_mvf
- Parameters
-
[in] processor_handle Device which to query [out] info Reference to the fw info. Must be allocated by user.
- Returns
- amdsmi_status_t | AMDSMI_STATUS_SUCCESS on success, non-zero on fail
◆ amdsmi_get_gpu_vbios_info()
amdsmi_status_t amdsmi_get_gpu_vbios_info | ( | amdsmi_processor_handle | processor_handle, |
amdsmi_vbios_info_t * | info | ||
) |
Returns the static information for the vBIOS on the device.
- Platform:
gpu_bm_linux
host
guest_1vf
guest_mvf
guest_windows
- Parameters
-
[in] processor_handle Device which to query [out] info Reference to static vBIOS information. Must be allocated by user.
- Returns
- amdsmi_status_t | AMDSMI_STATUS_SUCCESS on success, non-zero on fail