Searched defs:amdgpu_firmware (Results 1 – 1 of 1) sorted by relevance
589 struct amdgpu_firmware { struct590 struct amdgpu_firmware_info ucode[AMDGPU_UCODE_ID_MAXIMUM]; argument591 enum amdgpu_firmware_load_type load_type; argument592 struct amdgpu_bo *fw_buf;593 unsigned int fw_size;594 unsigned int max_ucodes;596 const struct amdgpu_psp_funcs *funcs;597 struct amdgpu_bo *rbuf;598 struct mutex mutex;601 const struct firmware *gpu_info_fw;[all …]