Searched defs:amdgpu_firmware (Results 1 – 1 of 1) sorted by relevance
1074 struct amdgpu_firmware { struct1075 struct amdgpu_firmware_info ucode[AMDGPU_UCODE_ID_MAXIMUM]; argument1076 enum amdgpu_firmware_load_type load_type; argument1077 struct amdgpu_bo *fw_buf;1078 unsigned int fw_size;1079 unsigned int max_ucodes;1081 const struct amdgpu_psp_funcs *funcs;1082 struct amdgpu_bo *rbuf;1083 struct mutex mutex;1086 const struct firmware *gpu_info_fw;[all …]