Searched refs:VceBootLevel (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/ |
D | smumgr.h | 48 VceBootLevel, enumerator
|
D | smu7_fusion.h | 241 uint8_t VceBootLevel; member
|
D | smu7_discrete.h | 338 uint8_t VceBootLevel; member
|
D | smu72_discrete.h | 280 uint8_t VceBootLevel; member
|
D | smu73_discrete.h | 264 uint8_t VceBootLevel; member
|
D | smu74_discrete.h | 298 uint8_t VceBootLevel; member
|
D | smu75_discrete.h | 304 uint8_t VceBootLevel; member
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | vegam_smumgr.c | 373 smu_data->smc_state_table.VceBootLevel = in vegam_update_vce_smc_table() 376 smu_data->smc_state_table.VceBootLevel = 0; in vegam_update_vce_smc_table() 379 offsetof(SMU75_Discrete_DpmTable, VceBootLevel); in vegam_update_vce_smc_table() 385 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in vegam_update_vce_smc_table() 392 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in vegam_update_vce_smc_table() 1217 table->VceBootLevel = 0; in vegam_populate_smc_vce_level() 2191 case VceBootLevel: in vegam_get_offsetof() 2192 return offsetof(SMU75_Discrete_DpmTable, VceBootLevel); in vegam_get_offsetof()
|
D | fiji_smumgr.c | 1443 table->VceBootLevel = 0; in fiji_populate_smc_vce_level() 2337 case VceBootLevel: in fiji_get_offsetof() 2338 return offsetof(SMU73_Discrete_DpmTable, VceBootLevel); in fiji_get_offsetof() 2414 smu_data->smc_state_table.VceBootLevel = in fiji_update_vce_smc_table() 2417 smu_data->smc_state_table.VceBootLevel = 0; in fiji_update_vce_smc_table() 2420 offsetof(SMU73_Discrete_DpmTable, VceBootLevel); in fiji_update_vce_smc_table() 2426 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in fiji_update_vce_smc_table() 2433 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in fiji_update_vce_smc_table()
|
D | polaris10_smumgr.c | 1298 table->VceBootLevel = 0; in polaris10_populate_smc_vce_level() 2139 smu_data->smc_state_table.VceBootLevel = in polaris10_update_vce_smc_table() 2142 smu_data->smc_state_table.VceBootLevel = 0; in polaris10_update_vce_smc_table() 2145 offsetof(SMU74_Discrete_DpmTable, VceBootLevel); in polaris10_update_vce_smc_table() 2151 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in polaris10_update_vce_smc_table() 2158 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in polaris10_update_vce_smc_table() 2264 case VceBootLevel: in polaris10_get_offsetof() 2265 return offsetof(SMU74_Discrete_DpmTable, VceBootLevel); in polaris10_get_offsetof()
|
D | tonga_smumgr.c | 1370 table->VceBootLevel = 0; in tonga_populate_smc_vce_level() 2625 case VceBootLevel: in tonga_get_offsetof() 2626 return offsetof(SMU72_Discrete_DpmTable, VceBootLevel); in tonga_get_offsetof() 2703 smu_data->smc_state_table.VceBootLevel = in tonga_update_vce_smc_table() 2707 offsetof(SMU72_Discrete_DpmTable, VceBootLevel); in tonga_update_vce_smc_table() 2713 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in tonga_update_vce_smc_table() 2721 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in tonga_update_vce_smc_table()
|
D | ci_smumgr.c | 1565 table->VceBootLevel = 0; in ci_populate_smc_vce_level() 2009 table->VceBootLevel = 0; in ci_init_smc_table() 2901 VceBootLevel, 0); /* temp hard code to level 0, vce can set min evclk*/ in ci_update_vce_smc_table()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | smu7_fusion.h | 241 uint8_t VceBootLevel; member
|
D | smu7_discrete.h | 337 uint8_t VceBootLevel; member
|
D | cikd.h | 48 # define VceBootLevel(x) ((x) << 16) macro
|
D | ci_dpm.c | 3621 table->VceBootLevel = 0; in ci_init_smc_table() 4125 pi->smc_state_table.VceBootLevel = ci_get_vce_boot_level(rdev); in ci_update_vce_dpm() 4128 tmp |= VceBootLevel(pi->smc_state_table.VceBootLevel); in ci_update_vce_dpm()
|
D | kv_dpm.c | 1493 offsetof(SMU7_Fusion_DpmTable, VceBootLevel), in kv_update_vce_dpm()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | ci_dpm.c | 3768 table->VceBootLevel = 0; in ci_init_smc_table() 4275 pi->smc_state_table.VceBootLevel = ci_get_vce_boot_level(adev); in ci_update_vce_dpm() 4278 tmp |= (pi->smc_state_table.VceBootLevel << DPM_TABLE_475__VceBootLevel__SHIFT); in ci_update_vce_dpm()
|
D | kv_dpm.c | 1561 offsetof(SMU7_Fusion_DpmTable, VceBootLevel), in kv_update_vce_dpm()
|