Home
last modified time | relevance | path

Searched refs:smu_version (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/
A Dsmu_v12_0.c76 uint32_t if_version = 0xff, smu_version = 0xff; in smu_v12_0_check_fw_version() local
81 ret = smu_cmn_get_smc_version(smu, &if_version, &smu_version); in smu_v12_0_check_fw_version()
85 smu_major = (smu_version >> 16) & 0xffff; in smu_v12_0_check_fw_version()
86 smu_minor = (smu_version >> 8) & 0xff; in smu_v12_0_check_fw_version()
87 smu_debug = (smu_version >> 0) & 0xff; in smu_v12_0_check_fw_version()
89 adev->pm.fw_version = smu_version; in smu_v12_0_check_fw_version()
103 smu_version, smu_major, smu_minor, smu_debug); in smu_v12_0_check_fw_version()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
A Ddcn301_smu.c116 int smu_version = dcn301_smu_send_msg_with_param(clk_mgr, in dcn301_smu_get_smu_version() local
120 DC_LOG_DEBUG("%s %x\n", __func__, smu_version); in dcn301_smu_get_smu_version()
122 return smu_version; in dcn301_smu_get_smu_version()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Darcturus_ppt.c1025 uint32_t smu_version; in arcturus_force_clk_levels() local
1415 uint32_t smu_version; in arcturus_get_power_profile_mode() local
1424 if (smu_version >= 0x360d00) in arcturus_get_power_profile_mode()
1443 if (smu_version >= 0x360d00) { in arcturus_get_power_profile_mode()
1458 if (smu_version >= 0x360d00) { in arcturus_get_power_profile_mode()
1500 uint32_t smu_version; in arcturus_set_power_profile_mode() local
1588 uint32_t smu_version; in arcturus_set_performance_level() local
2218 if (smu_version < 0x361700) { in arcturus_get_unique_id()
2238 uint32_t smu_version; in arcturus_set_df_cstate() local
2248 if (smu_version < 0x360F00) { in arcturus_set_df_cstate()
[all …]
A Dsienna_cichlid_ppt.c1012 uint32_t smu_version; in sienna_cichlid_print_clk_levels() local
1127 (smu_version < 0x003a2900)) in sienna_cichlid_print_clk_levels()
1885 uint32_t smu_version; in sienna_cichlid_dump_od_table() local
1894 (smu_version < 0x003a2900))) in sienna_cichlid_dump_od_table()
1963 uint32_t smu_version; in sienna_cichlid_od_edit_dpm_table() local
2168 u32 smu_version; in sienna_cichlid_is_mode1_reset_supported() local
3703 uint32_t smu_version; in sienna_cichlid_gpo_control() local
3713 if (smu_version < 0x003a2500) { in sienna_cichlid_gpo_control()
3725 if (smu_version < 0x003a2500) { in sienna_cichlid_gpo_control()
3744 uint32_t smu_version; in sienna_cichlid_notify_2nd_usb20_port() local
[all …]
A Dsmu_v11_0.c227 uint32_t if_version = 0xff, smu_version = 0xff; in smu_v11_0_check_fw_version() local
232 ret = smu_cmn_get_smc_version(smu, &if_version, &smu_version); in smu_v11_0_check_fw_version()
236 smu_major = (smu_version >> 16) & 0xffff; in smu_v11_0_check_fw_version()
237 smu_minor = (smu_version >> 8) & 0xff; in smu_v11_0_check_fw_version()
238 smu_debug = (smu_version >> 0) & 0xff; in smu_v11_0_check_fw_version()
240 adev->pm.fw_version = smu_version; in smu_v11_0_check_fw_version()
292 smu_version, smu_major, smu_minor, smu_debug); in smu_v11_0_check_fw_version()
A Dnavi10_ppt.c919 uint32_t smu_version; in navi1x_get_smu_metrics_data() local
922 ret = smu_cmn_get_smc_version(smu, NULL, &smu_version); in navi1x_get_smu_metrics_data()
930 if (smu_version > 0x00341C00) in navi1x_get_smu_metrics_data()
938 if (((adev->ip_versions[MP1_HWIP][0] == IP_VERSION(11, 0, 5)) && smu_version > 0x00351F00) || in navi1x_get_smu_metrics_data()
939 ((adev->ip_versions[MP1_HWIP][0] == IP_VERSION(11, 0, 0)) && smu_version > 0x002A3B00)) in navi1x_get_smu_metrics_data()
3148 uint32_t smu_version; in navi1x_get_gpu_metrics() local
3151 ret = smu_cmn_get_smc_version(smu, NULL, &smu_version); in navi1x_get_gpu_metrics()
3159 if (smu_version > 0x00341C00) in navi1x_get_gpu_metrics()
3167 if (((adev->ip_versions[MP1_HWIP][0] == IP_VERSION(11, 0, 5)) && smu_version > 0x00351F00) || in navi1x_get_gpu_metrics()
3168 ((adev->ip_versions[MP1_HWIP][0] == IP_VERSION(11, 0, 0)) && smu_version > 0x002A3B00)) in navi1x_get_gpu_metrics()
/linux/drivers/gpu/drm/amd/pm/swsmu/
A Dsmu_cmn.c839 uint32_t *smu_version) in smu_cmn_get_smc_version() argument
843 if (!if_version && !smu_version) in smu_cmn_get_smc_version()
851 if (smu_version) in smu_cmn_get_smc_version()
852 *smu_version = smu->smc_fw_version; in smu_cmn_get_smc_version()
865 if (smu_version) { in smu_cmn_get_smc_version()
866 ret = smu_cmn_send_smc_msg(smu, SMU_MSG_GetSmuVersion, smu_version); in smu_cmn_get_smc_version()
870 smu->smc_fw_version = *smu_version; in smu_cmn_get_smc_version()
A Dsmu_cmn.h88 uint32_t *smu_version);
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c202 uint32_t if_version = 0xff, smu_version = 0xff; in smu_v13_0_check_fw_version() local
207 ret = smu_cmn_get_smc_version(smu, &if_version, &smu_version); in smu_v13_0_check_fw_version()
211 smu_major = (smu_version >> 16) & 0xffff; in smu_v13_0_check_fw_version()
212 smu_minor = (smu_version >> 8) & 0xff; in smu_v13_0_check_fw_version()
213 smu_debug = (smu_version >> 0) & 0xff; in smu_v13_0_check_fw_version()
215 adev->pm.fw_version = smu_version; in smu_v13_0_check_fw_version()
233 smu_version, smu_major, smu_minor, smu_debug); in smu_v13_0_check_fw_version()
247 smu_version, smu_major, smu_minor, smu_debug); in smu_v13_0_check_fw_version()
1432 u32 smu_version; in smu_v13_0_mode1_reset() local
1437 smu_cmn_get_smc_version(smu, NULL, &smu_version); in smu_v13_0_mode1_reset()
[all …]
A Daldebaran_ppt.c455 u32 smu_version; in aldebaran_run_board_btc() local
461 ret = smu_cmn_get_smc_version(smu, NULL, &smu_version); in aldebaran_run_board_btc()
466 if (smu_version <= 0x00441d00) in aldebaran_run_board_btc()
1770 u32 smu_version; in aldebaran_mode2_reset() local
1775 smu_cmn_get_smc_version(smu, NULL, &smu_version); in aldebaran_mode2_reset()
1781 if (smu_version >= 0x00441400) { in aldebaran_mode2_reset()
1808 smu_version); in aldebaran_mode2_reset()
1823 u32 smu_version; in aldebaran_is_mode1_reset_supported()
1828 smu_cmn_get_smc_version(smu, NULL, &smu_version); in aldebaran_is_mode1_reset_supported()
1829 if ((smu_version < 0x00440700)) in aldebaran_is_mode1_reset_supported()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dsmu8_smumgr.c746 hwmgr->smu_version = cgs_read_register(hwmgr->device, mmMP0PUB_IND_DATA); in smu8_start_smu()
748 ((hwmgr->smu_version >> 16) & 0xFF), in smu8_start_smu()
749 ((hwmgr->smu_version >> 8) & 0xFF), in smu8_start_smu()
750 (hwmgr->smu_version & 0xFF)); in smu8_start_smu()
751 adev->pm.fw_version = hwmgr->smu_version >> 8; in smu8_start_smu()
A Dsmu10_smumgr.c225 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_GetSmuVersion, &hwmgr->smu_version); in smu10_start_smu()
226 adev->pm.fw_version = hwmgr->smu_version >> 8; in smu10_start_smu()
A Dsmu7_smumgr.c486 hwmgr->smu_version = info.version; in smu7_upload_smu_firmware_image()
A Diceland_smumgr.c205 hwmgr->smu_version = info.version; in iceland_smu_upload_firmware_image()
A Dci_smumgr.c2322 hwmgr->smu_version = info.version; in ci_load_smc_ucode()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dsmu10_hwmgr.c624 if (hwmgr->smu_version < 0x1E3700) { in smu10_dpm_force_dpm_level()
1293 (hwmgr->smu_version >= 0x41e3b)) in smu10_read_sensor()
1296 (hwmgr->smu_version >= 0x1e5500)) in smu10_read_sensor()
1477 (hwmgr->smu_version >= 0x41e2b)) in smu10_is_raven1_refresh()
A Dvega12_hwmgr.h391 uint32_t smu_version; member
A Dvega20_hwmgr.h520 uint32_t smu_version; member
A Dvega20_hwmgr.c100 smum_send_msg_to_smc(hwmgr, PPSMC_MSG_GetSmuVersion, &hwmgr->smu_version); in vega20_set_default_registry_data()
101 if (hwmgr->smu_version < 0x282100) in vega20_set_default_registry_data()
2150 if (hwmgr->smu_version == 0x282e00) in vega20_get_gpu_power()
4270 if (hwmgr->smu_version < 0x283200) { in vega20_set_df_cstate()
A Dvega10_hwmgr.c491 &hwmgr->smu_version); in vega10_init_dpm_defaults()
493 if ((hwmgr->smu_version & 0xff000000) == 0x5000000) in vega10_init_dpm_defaults()
/linux/drivers/gpu/drm/amd/pm/inc/
A Damdgpu_dpm.h576 int amdgpu_pm_load_smu_firmware(struct amdgpu_device *adev, uint32_t *smu_version);
A Dhwmgr.h750 uint32_t smu_version; member
/linux/drivers/gpu/drm/amd/pm/
A Damdgpu_dpm.c1600 int amdgpu_pm_load_smu_firmware(struct amdgpu_device *adev, uint32_t *smu_version) in amdgpu_pm_load_smu_firmware() argument
1611 if (smu_version) in amdgpu_pm_load_smu_firmware()
1612 *smu_version = adev->pm.fw_version; in amdgpu_pm_load_smu_firmware()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_device.c2246 uint32_t smu_version; in amdgpu_device_fw_loading() local
2282 r = amdgpu_pm_load_smu_firmware(adev, &smu_version); in amdgpu_device_fw_loading()
A Dgfx_v9_0.c1443 uint32_t smu_version; in gfx_v9_0_init_rlc_microcode() local
1457 else if (!strcmp(chip_name, "raven") && (amdgpu_pm_load_smu_firmware(adev, &smu_version) == 0) && in gfx_v9_0_init_rlc_microcode()
1458 (smu_version >= 0x41e2b)) in gfx_v9_0_init_rlc_microcode()

Completed in 148 milliseconds