Renamed API amdsmi_get_device_uuid to
amdsmi_get_gpu_device_uuid grep -rli 'amdsmi_get_device_uuid' * | xargs -i@ sed -i 's/amdsmi_get_device_uuid/amdsmi_get_gpu_device_uuid/g' @ Change-Id: I40bf740235a1a98d7d12964378b0b45208987c9e
Cette révision appartient à :
révisé par
Naveen Krishna Chatradhi
Parent
3fec3b4b4a
révision
5ed24711c7
@@ -1810,7 +1810,7 @@ amdsmi_get_driver_version(amdsmi_processor_handle processor_handle, int *length,
|
||||
}
|
||||
|
||||
amdsmi_status_t
|
||||
amdsmi_get_device_uuid(amdsmi_processor_handle processor_handle, unsigned int *uuid_length, char *uuid) {
|
||||
amdsmi_get_gpu_device_uuid(amdsmi_processor_handle processor_handle, unsigned int *uuid_length, char *uuid) {
|
||||
AMDSMI_CHECK_INIT();
|
||||
|
||||
if (uuid_length == nullptr || uuid == nullptr) {
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur