Searched defs:amdgpu_firmware (Results 1 – 1 of 1) sorted by relevance
1079 struct amdgpu_firmware { struct1080 struct amdgpu_firmware_info ucode[AMDGPU_UCODE_ID_MAXIMUM]; argument1081 enum amdgpu_firmware_load_type load_type; argument1082 struct amdgpu_bo *fw_buf;1083 unsigned int fw_size;1084 unsigned int max_ucodes;1086 const struct amdgpu_psp_funcs *funcs;1087 struct amdgpu_bo *rbuf;1088 struct lock mutex;1091 const struct firmware *gpu_info_fw;[all …]