Searched refs:fw_dmcu (Results 1 – 2 of 2) sorted by relevance
492 const struct firmware *fw_dmcu; member
2036 r = amdgpu_ucode_request(adev, &adev->dm.fw_dmcu, fw_name_dmcu); in load_dmcu_fw()2040 adev->dm.fw_dmcu = NULL; in load_dmcu_fw()2046 amdgpu_ucode_release(&adev->dm.fw_dmcu); in load_dmcu_fw()2050 hdr = (const struct dmcu_firmware_header_v1_0 *)adev->dm.fw_dmcu->data; in load_dmcu_fw()2052 adev->firmware.ucode[AMDGPU_UCODE_ID_DMCU_ERAM].fw = adev->dm.fw_dmcu; in load_dmcu_fw()2057 adev->firmware.ucode[AMDGPU_UCODE_ID_DMCU_INTV].fw = adev->dm.fw_dmcu; in load_dmcu_fw()2260 amdgpu_ucode_release(&adev->dm.fw_dmcu); in dm_sw_fini()