Change the name of clear sram to run cleaner shader

The function is to clean the local data in LDS/GPRs. The clear sram
is misleading.

Change-Id: I0385e6d6348602fe0f347d17e48ed8983f7ceb87
Цей коміт міститься в:
Bill(Shuzhou) Liu
2024-06-05 12:05:10 -05:00
джерело 68d8c1ab46
коміт 4cf59c4edb
13 змінених файлів з 37 додано та 37 видалено
+3 -3
Переглянути файл
@@ -3509,12 +3509,12 @@ amdsmi_status_t amdsmi_set_gpu_process_isolation(amdsmi_processor_handle process
uint32_t pisolate);
/**
* @brief Clear the GPU SRAM data
* @brief Run the cleaner shader to clean up data in LDS/GPRs
*
* @platform{gpu_bm_linux} @platform{guest_1vf}
*
* @details Given a processor handle @p processor_handle, and a sclean flag @p sclean,
* this function will clear the SRAM data of this processor. This can be called between
* this function will clear the local data of this processor. This can be called between
* user logins to prevent information leak.
*
* @note This function requires root access
@@ -3526,7 +3526,7 @@ amdsmi_status_t amdsmi_set_gpu_process_isolation(amdsmi_processor_handle process
*
* @return ::amdsmi_status_t | ::AMDSMI_STATUS_SUCCESS on success, non-zero on fail
*/
amdsmi_status_t amdsmi_set_gpu_clear_sram_data(amdsmi_processor_handle processor_handle,
amdsmi_status_t amdsmi_set_gpu_run_cleaner_shader(amdsmi_processor_handle processor_handle,
uint32_t sclean);
/** @} End PerfCont */