Searched refs:ucode_list (Results 1 – 4 of 4) sorted by relevance
145 struct amdgpu_firmware_info *ucode_list[2]; in smu_v13_0_10_mode2_restore_ip() local154 ucode_list[ucode_count++] = ucode; in smu_v13_0_10_mode2_restore_ip()161 r = psp_load_fw_list(psp, ucode_list, ucode_count); in smu_v13_0_10_mode2_restore_ip()
213 struct amdgpu_firmware_info *ucode_list[AMDGPU_UCODE_ID_MAXIMUM]; in aldebaran_mode2_restore_ip() local241 ucode_list[ucode_count++] = ucode; in aldebaran_mode2_restore_ip()280 r = psp_load_fw_list(&adev->psp, ucode_list, ucode_count); in aldebaran_mode2_restore_ip()
607 struct amdgpu_firmware_info **ucode_list, int ucode_count);
3015 struct amdgpu_firmware_info **ucode_list, int ucode_count) in psp_load_fw_list() argument3021 ucode = ucode_list[i]; in psp_load_fw_list()
Completed in 16 milliseconds