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


[ROCm/amdsmi commit: 0bfc2a37aa]
This commit is contained in:
Deepak Mewar
2023-02-27 01:47:28 -05:00
committed by Naveen Krishna Chatradhi
parent 19eefc2c69
commit 3dd6db2044
7 changed files with 12 additions and 12 deletions
@@ -191,7 +191,7 @@ void TestEvtNotifReadWrite::Run(void) {
}
for (uint32_t dv_ind = 0; dv_ind < num_monitor_devs(); ++dv_ind) {
ret = amdsmi_stop_event_notification(processor_handles_[dv_ind]);
ret = amdsmi_stop_gpu_event_notification(processor_handles_[dv_ind]);
ASSERT_EQ(ret, AMDSMI_STATUS_SUCCESS);
}
}
@@ -307,7 +307,7 @@ void TestMutualExclusion::Run(void) {
amdsmi_topo_get_link_weight
amdsmi_set_event_notification_mask
amdsmi_init_event_notification
amdsmi_stop_event_notification
amdsmi_stop_gpu_event_notification
*/
IF_VERB(STANDARD) {