Renamed API amdsmi_dev_get_memory_total to

amdsmi_get_gpu_memory_total

grep -rli 'amdsmi_dev_get_memory_total' * | xargs -i@ sed -i
's/amdsmi_dev_get_memory_total/amdsmi_get_gpu_memory_total/g' @

Change-Id: I06dc20f4bf783c0ee824a6d4b4f7162166c598cb
This commit is contained in:
Deepak Mewar
2023-02-25 08:06:58 -05:00
committed by Naveen Krishna Chatradhi
orang tua dec22a9b44
melakukan cdad242947
9 mengubah file dengan 18 tambahan dan 18 penghapusan
+1 -1
Melihat File
@@ -1758,7 +1758,7 @@ amdsmi_status_t
* @return ::amdsmi_status_t | ::AMDSMI_STATUS_SUCCESS on success, non-zero on fail
*/
amdsmi_status_t
amdsmi_dev_get_memory_total(amdsmi_processor_handle processor_handle, amdsmi_memory_type_t mem_type,
amdsmi_get_gpu_memory_total(amdsmi_processor_handle processor_handle, amdsmi_memory_type_t mem_type,
uint64_t *total);
/**