Home
last modified time | relevance | path

Searched refs:ucode_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Daldebaran.c212 struct amdgpu_firmware_info *ucode_list[AMDGPU_UCODE_ID_MAXIMUM]; in aldebaran_mode2_restore_ip() local
238 ucode_list[ucode_count++] = ucode; in aldebaran_mode2_restore_ip()
265 r = psp_load_fw_list(&adev->psp, ucode_list, ucode_count); in aldebaran_mode2_restore_ip()
Damdgpu_psp.h517 struct amdgpu_firmware_info **ucode_list, int ucode_count);
Damdgpu_psp.c2459 struct amdgpu_firmware_info **ucode_list, int ucode_count) in psp_load_fw_list() argument
2465 ucode = ucode_list[i]; in psp_load_fw_list()