| /drivers/gpu/nova-core/falcon/hal/ |
| A D | ga102.rs | 43 ucode_id: u8, in signature_reg_fuse_version_ga102() 51 if ucode_id == 0 || ucode_id > 16 { in signature_reg_fuse_version_ga102() 52 dev_err!(dev, "invalid ucode id {:#x}", ucode_id); in signature_reg_fuse_version_ga102() 70 bar.read32(reg_fuse_base + ((ucode_id - 1) as usize * core::mem::size_of::<u32>())); in signature_reg_fuse_version_ga102() 84 .set_ucode_id(params.ucode_id) in program_brom_ga102() 111 ucode_id: u8, in signature_reg_fuse_version() 113 signature_reg_fuse_version_ga102(&falcon.dev, bar, engine_id_mask, ucode_id) in signature_reg_fuse_version()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_virt.c | 923 if (ucode_id == AMDGPU_UCODE_ID_VCN1 || in amdgpu_virt_fw_load_skip_check() 924 ucode_id == AMDGPU_UCODE_ID_VCN) in amdgpu_virt_fw_load_skip_check() 931 if (ucode_id == AMDGPU_UCODE_ID_RLC_G in amdgpu_virt_fw_load_skip_check() 935 || ucode_id == AMDGPU_UCODE_ID_SMC) in amdgpu_virt_fw_load_skip_check() 941 if (ucode_id == AMDGPU_UCODE_ID_CAP in amdgpu_virt_fw_load_skip_check() 953 || ucode_id == AMDGPU_UCODE_ID_CP_MES in amdgpu_virt_fw_load_skip_check() 955 || ucode_id == AMDGPU_UCODE_ID_CP_MES1 in amdgpu_virt_fw_load_skip_check() 957 || ucode_id == AMDGPU_UCODE_ID_VCN1 in amdgpu_virt_fw_load_skip_check() 958 || ucode_id == AMDGPU_UCODE_ID_VCN) in amdgpu_virt_fw_load_skip_check() 964 if (ucode_id == AMDGPU_UCODE_ID_SDMA0 in amdgpu_virt_fw_load_skip_check() [all …]
|
| A D | amdgpu_rlc.c | 333 info->ucode_id = AMDGPU_UCODE_ID_RLC_G; in amdgpu_gfx_rlc_init_microcode_v2_0() 369 info->ucode_id = AMDGPU_UCODE_ID_RLC_RESTORE_LIST_CNTL; in amdgpu_gfx_rlc_init_microcode_v2_1() 407 info->ucode_id = AMDGPU_UCODE_ID_RLC_IRAM; in amdgpu_gfx_rlc_init_microcode_v2_2() 415 info->ucode_id = AMDGPU_UCODE_ID_RLC_DRAM; in amdgpu_gfx_rlc_init_microcode_v2_2() 442 info->ucode_id = AMDGPU_UCODE_ID_RLC_P; in amdgpu_gfx_rlc_init_microcode_v2_3() 450 info->ucode_id = AMDGPU_UCODE_ID_RLC_V; in amdgpu_gfx_rlc_init_microcode_v2_3() 478 info->ucode_id = AMDGPU_UCODE_ID_GLOBAL_TAP_DELAYS; in amdgpu_gfx_rlc_init_microcode_v2_4() 486 info->ucode_id = AMDGPU_UCODE_ID_SE0_TAP_DELAYS; in amdgpu_gfx_rlc_init_microcode_v2_4() 494 info->ucode_id = AMDGPU_UCODE_ID_SE1_TAP_DELAYS; in amdgpu_gfx_rlc_init_microcode_v2_4() 502 info->ucode_id = AMDGPU_UCODE_ID_SE2_TAP_DELAYS; in amdgpu_gfx_rlc_init_microcode_v2_4() [all …]
|
| A D | amdgpu_sdma.c | 270 info->ucode_id = AMDGPU_UCODE_ID_SDMA0 + i; in amdgpu_sdma_init_microcode() 281 info->ucode_id = AMDGPU_UCODE_ID_SDMA_UCODE_TH0; in amdgpu_sdma_init_microcode() 286 info->ucode_id = AMDGPU_UCODE_ID_SDMA_UCODE_TH1; in amdgpu_sdma_init_microcode() 295 info->ucode_id = AMDGPU_UCODE_ID_SDMA_RS64; in amdgpu_sdma_init_microcode()
|
| A D | amdgpu_umsch_mm.c | 162 info->ucode_id = AMDGPU_UCODE_ID_UMSCH_MM_UCODE; in amdgpu_umsch_mm_init_microcode() 168 info->ucode_id = AMDGPU_UCODE_ID_UMSCH_MM_DATA; in amdgpu_umsch_mm_init_microcode() 245 .ucode_id = AMDGPU_UCODE_ID_UMSCH_MM_CMD_BUFFER, in amdgpu_umsch_mm_psp_execute_cmd_buf()
|
| A D | amdgpu_psp.c | 746 amdgpu_ucode_name(ucode->ucode_id), ucode->ucode_id); in psp_cmd_submit_buf() 2623 switch (ucode->ucode_id) { in psp_get_fw_type() 2846 switch (ucode->ucode_id) { in psp_print_fw_hdr() 2992 if (ucode->ucode_id == AMDGPU_UCODE_ID_P2S_TABLE) in fw_load_skip_check() 2995 if (ucode->ucode_id == AMDGPU_UCODE_ID_SMC && in fw_load_skip_check() 3007 ucode->ucode_id == AMDGPU_UCODE_ID_CP_MEC2_JT)) in fw_load_skip_check() 3049 if (ucode->ucode_id == AMDGPU_UCODE_ID_SMC && in psp_load_non_psp_fw() 3067 (ucode->ucode_id == AMDGPU_UCODE_ID_SDMA1 || in psp_load_non_psp_fw() 3068 ucode->ucode_id == AMDGPU_UCODE_ID_SDMA2 || in psp_load_non_psp_fw() 3069 ucode->ucode_id == AMDGPU_UCODE_ID_SDMA3)) in psp_load_non_psp_fw() [all …]
|
| A D | amdgpu_ucode.h | 575 enum AMDGPU_UCODE_ID ucode_id; member 637 const char *amdgpu_ucode_name(enum AMDGPU_UCODE_ID ucode_id);
|
| A D | imu_v11_0.c | 69 info->ucode_id = AMDGPU_UCODE_ID_IMU_I; in imu_v11_0_init_microcode() 74 info->ucode_id = AMDGPU_UCODE_ID_IMU_D; in imu_v11_0_init_microcode()
|
| A D | imu_v12_0.c | 65 info->ucode_id = AMDGPU_UCODE_ID_IMU_I; in imu_v12_0_init_microcode() 70 info->ucode_id = AMDGPU_UCODE_ID_IMU_D; in imu_v12_0_init_microcode()
|
| A D | amdgpu_jpeg.h | 165 enum AMDGPU_UCODE_ID ucode_id);
|
| A D | amdgpu_jpeg.c | 338 enum AMDGPU_UCODE_ID ucode_id) in amdgpu_jpeg_psp_update_sram() argument 341 .ucode_id = AMDGPU_UCODE_ID_JPEG_RAM, in amdgpu_jpeg_psp_update_sram()
|
| A D | amdgpu_vpe.c | 223 .ucode_id = AMDGPU_UCODE_ID_VPE, in amdgpu_vpe_psp_update_sram() 252 info->ucode_id = AMDGPU_UCODE_ID_VPE_CTX; in amdgpu_vpe_init_microcode() 258 info->ucode_id = AMDGPU_UCODE_ID_VPE_CTL; in amdgpu_vpe_init_microcode()
|
| A D | amdgpu_vcn.c | 1119 adev->firmware.ucode[idx].ucode_id = idx; in amdgpu_vcn_setup_ucode() 1314 enum AMDGPU_UCODE_ID ucode_id) in amdgpu_vcn_psp_update_sram() argument 1317 .ucode_id = (ucode_id ? ucode_id : in amdgpu_vcn_psp_update_sram()
|
| A D | amdgpu_isp.c | 91 adev->firmware.ucode[AMDGPU_UCODE_ID_ISP].ucode_id = in isp_load_fw_by_psp()
|
| /drivers/gpu/drm/nouveau/nvkm/falcon/ |
| A D | ga100.c | 38 FLCN_DBG(falcon, "brom: %08x %08x", fw->engine_id, fw->ucode_id); in ga100_flcn_fw_signature() 42 reg_fuse_version = nvkm_rd32(device, 0x824140 + (fw->ucode_id - 1) * 4); in ga100_flcn_fw_signature() 45 reg_fuse_version = nvkm_rd32(device, 0x824100 + (fw->ucode_id - 1) * 4); in ga100_flcn_fw_signature() 48 reg_fuse_version = nvkm_rd32(device, 0x8241c0 + (fw->ucode_id - 1) * 4); in ga100_flcn_fw_signature()
|
| A D | ga102.c | 119 nvkm_falcon_wr32(falcon, falcon->addr2 + 0x198, fw->ucode_id); in ga102_flcn_fw_boot()
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
| A D | ga102.c | 85 fw->ucode_id = meta[2]; in ga102_gsp_booter_ctor() 103 FLCN_DBG(falcon, "brom: %08x %08x", fw->engine_id, fw->ucode_id); in ga102_gsp_fwsec_signature() 107 reg_fuse_version = nvkm_rd32(device, 0x8241c0 + (fw->ucode_id - 1) * 4); in ga102_gsp_fwsec_signature()
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
| A D | ga102.c | 109 .ucode_id = lsfw->ucode_id, in ga102_acr_wpr_build_lsb() 120 hdr->hs_fmc_params.ucode_id = lsfw->ucode_id; in ga102_acr_wpr_build_lsb()
|
| /drivers/gpu/nova-core/firmware/ |
| A D | fwsec.rs | 233 ucode_id: self.desc.ucode_id, in brom_params() 351 falcon.signature_reg_fuse_version(bar, desc.engine_id_mask, desc.ucode_id)?; in new()
|
| /drivers/gpu/nova-core/ |
| A D | falcon.rs | 302 pub(crate) ucode_id: u8, 583 ucode_id: u8, in signature_reg_fuse_version() 586 .signature_reg_fuse_version(self, bar, engine_id_mask, ucode_id) in signature_reg_fuse_version()
|
| A D | firmware.rs | 76 pub(crate) ucode_id: u8,
|
| A D | regs.rs | 303 7:0 ucode_id as u8;
|
| /drivers/gpu/nova-core/falcon/ |
| A D | hal.rs | 29 ucode_id: u8, in signature_reg_fuse_version()
|
| /drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| A D | smu8_smumgr.c | 552 enum cgs_ucode_id ucode_id; in smu8_smu_populate_firmware_entries() local 562 ucode_id = smu8_convert_fw_type_to_cgs(firmware_type); in smu8_smu_populate_firmware_entries() 565 ucode_id, &info); in smu8_smu_populate_firmware_entries()
|
| /drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| A D | acr.h | 102 u32 ucode_id; member
|