Searched refs:VceBootLevel (Results 1 – 16 of 16) sorted by relevance
/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | fiji_smc.c | 1219 table->VceBootLevel = 0; in fiji_populate_smc_vce_level() 2126 case VceBootLevel: in fiji_get_offsetof() 2127 return offsetof(SMU73_Discrete_DpmTable, VceBootLevel); in fiji_get_offsetof() 2205 smu_data->smc_state_table.VceBootLevel = in fiji_update_vce_smc_table() 2208 smu_data->smc_state_table.VceBootLevel = 0; in fiji_update_vce_smc_table() 2211 offsetof(SMU73_Discrete_DpmTable, VceBootLevel); in fiji_update_vce_smc_table() 2217 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in fiji_update_vce_smc_table() 2224 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in fiji_update_vce_smc_table()
|
D | polaris10_smc.c | 1087 table->VceBootLevel = 0; in polaris10_populate_smc_vce_level() 2026 smu_data->smc_state_table.VceBootLevel = in polaris10_update_vce_smc_table() 2029 smu_data->smc_state_table.VceBootLevel = 0; in polaris10_update_vce_smc_table() 2032 offsetof(SMU74_Discrete_DpmTable, VceBootLevel); in polaris10_update_vce_smc_table() 2038 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in polaris10_update_vce_smc_table() 2045 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in polaris10_update_vce_smc_table() 2175 case VceBootLevel: in polaris10_get_offsetof() 2176 return offsetof(SMU74_Discrete_DpmTable, VceBootLevel); in polaris10_get_offsetof()
|
D | tonga_smc.c | 1296 table->VceBootLevel = 0; in tonga_populate_smc_vce_level() 2652 case VceBootLevel: in tonga_get_offsetof() 2653 return offsetof(SMU72_Discrete_DpmTable, VceBootLevel); in tonga_get_offsetof() 2733 smu_data->smc_state_table.VceBootLevel = in tonga_update_vce_smc_table() 2737 offsetof(SMU72_Discrete_DpmTable, VceBootLevel); in tonga_update_vce_smc_table() 2743 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in tonga_update_vce_smc_table() 2751 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in tonga_update_vce_smc_table()
|
/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 | 50 # define VceBootLevel(x) ((x) << 16) macro
|
D | ci_dpm.c | 3605 table->VceBootLevel = 0; in ci_init_smc_table() 4109 pi->smc_state_table.VceBootLevel = ci_get_vce_boot_level(rdev); in ci_update_vce_dpm() 4112 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()
|
/drivers/gpu/drm/amd/powerplay/inc/ |
D | smu7_fusion.h | 241 uint8_t VceBootLevel; member
|
D | smumgr.h | 77 VceBootLevel, enumerator
|
D | smu7_discrete.h | 337 uint8_t VceBootLevel; member
|
D | smu72_discrete.h | 257 uint8_t VceBootLevel; member
|
D | smu73_discrete.h | 264 uint8_t VceBootLevel; member
|
D | smu74_discrete.h | 298 uint8_t VceBootLevel; member
|
/drivers/gpu/drm/amd/amdgpu/ |
D | ci_dpm.c | 3742 table->VceBootLevel = 0; in ci_init_smc_table() 4248 pi->smc_state_table.VceBootLevel = ci_get_vce_boot_level(adev); in ci_update_vce_dpm() 4251 tmp |= (pi->smc_state_table.VceBootLevel << DPM_TABLE_475__VceBootLevel__SHIFT); in ci_update_vce_dpm()
|
D | kv_dpm.c | 1563 offsetof(SMU7_Fusion_DpmTable, VceBootLevel), in kv_update_vce_dpm()
|