Renamed API amdsmi_stop_event_notification
to amdsmi_stop_gpu_event_notification grep -rli 'amdsmi_stop_event_notification' * | xargs -i@ sed -i 's/amdsmi_stop_event_notification/amdsmi_stop_gpu_event_notification/g' @ Change-Id: If6b7ca238a911cef37306c0b623e219f7ee43225
This commit is contained in:
zatwierdzone przez
Naveen Krishna Chatradhi
rodzic
6d6d8ce819
commit
0bfc2a37aa
@@ -3462,7 +3462,7 @@ amdsmi_get_func_iter_value(amdsmi_func_id_iter_handle_t handle,
|
||||
*
|
||||
* @details This function prepares to collect events for the GPU with device
|
||||
* ID @p processor_handle, by initializing any required system parameters. This call
|
||||
* may open files which will remain open until ::amdsmi_stop_event_notification()
|
||||
* may open files which will remain open until ::amdsmi_stop_gpu_event_notification()
|
||||
* is called.
|
||||
*
|
||||
* @param processor_handle a processor handle corresponding to the device on which to
|
||||
@@ -3555,7 +3555,7 @@ amdsmi_status_t
|
||||
*
|
||||
* @return ::amdsmi_status_t | ::AMDSMI_STATUS_SUCCESS on success, non-zero on fail
|
||||
*/
|
||||
amdsmi_status_t amdsmi_stop_event_notification(amdsmi_processor_handle processor_handle);
|
||||
amdsmi_status_t amdsmi_stop_gpu_event_notification(amdsmi_processor_handle processor_handle);
|
||||
|
||||
/** @} End EvntNotif */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user