Renamed API amdsmi_dev_get_subsystem_id to
amdsmi_get_gpu_subsystem_id grep -rli 'amdsmi_dev_get_subsystem_id' * | xargs -i@ sed -i 's/amdsmi_dev_get_subsystem_id/amdsmi_get_gpu_subsystem_id/g' @ Change-Id: I64616ac4c001f7761b8d83120d05d21c5c8e763f
Este commit está contenido en:
cometido por
Naveen Krishna Chatradhi
padre
f69a6ea64e
commit
14f1367d6b
@@ -1397,7 +1397,7 @@ amdsmi_status_t amdsmi_get_gpu_vram_vendor(amdsmi_processor_handle processor_han
|
||||
*
|
||||
* @return ::amdsmi_status_t | ::AMDSMI_STATUS_SUCCESS on success, non-zero on fail
|
||||
*/
|
||||
amdsmi_status_t amdsmi_dev_get_subsystem_id(amdsmi_processor_handle processor_handle, uint16_t *id);
|
||||
amdsmi_status_t amdsmi_get_gpu_subsystem_id(amdsmi_processor_handle processor_handle, uint16_t *id);
|
||||
|
||||
/**
|
||||
* @brief Get the name string for the device subsytem
|
||||
|
||||
Referencia en una nueva incidencia
Block a user