Home
last modified time | relevance | path

Searched refs:CGS_UCODE_ID_SMU (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cgs.c208 if (type != CGS_UCODE_ID_SMU && type != CGS_UCODE_ID_SMU_SK) { in amdgpu_cgs_get_firmware_info()
354 if (type == CGS_UCODE_ID_SMU) { in amdgpu_cgs_get_firmware_info()
369 if (type == CGS_UCODE_ID_SMU) { in amdgpu_cgs_get_firmware_info()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dcgs_common.h48 CGS_UCODE_ID_SMU = 0, enumerator
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega10_smumgr.c212 CGS_UCODE_ID_SMU, in vega10_smu_init()
H A Dvega12_smumgr.c219 ret = cgs_get_firmware_info(hwmgr->device, CGS_UCODE_ID_SMU, in vega12_smu_init()
H A Dsmu7_smumgr.c222 result = CGS_UCODE_ID_SMU; in smu7_convert_fw_type_to_cgs()
H A Dci_smumgr.c2320 cgs_get_firmware_info(hwmgr->device, CGS_UCODE_ID_SMU, &info); in ci_load_smc_ucode()