Searched defs:amdgpu_firmware (Results 1 – 1 of 1) sorted by relevance
521 struct amdgpu_firmware { struct522 struct amdgpu_firmware_info ucode[AMDGPU_UCODE_ID_MAXIMUM]; argument523 enum amdgpu_firmware_load_type load_type; argument524 struct amdgpu_bo *fw_buf;525 unsigned int fw_size;526 unsigned int max_ucodes;550 bool amdgpu_ucode_hdr_version(union amdgpu_firmware_header *hdr, argument
Completed in 8 milliseconds