Searched refs:VceBootLevel (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
H A D | smumgr.h | 51 VceBootLevel, enumerator
|
H A D | smu7_fusion.h | 243 uint8_t VceBootLevel; member
|
H A D | smu7_discrete.h | 340 uint8_t VceBootLevel; member
|
H A D | smu74_discrete.h | 300 uint8_t VceBootLevel; member
|
H A D | smu72_discrete.h | 282 uint8_t VceBootLevel; member
|
H A D | smu73_discrete.h | 266 uint8_t VceBootLevel; member
|
H A D | smu75_discrete.h | 306 uint8_t VceBootLevel; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
H A D | amdgpu_vegam_smumgr.c | 377 smu_data->smc_state_table.VceBootLevel = in vegam_update_vce_smc_table() 380 smu_data->smc_state_table.VceBootLevel = 0; in vegam_update_vce_smc_table() 383 offsetof(SMU75_Discrete_DpmTable, VceBootLevel); in vegam_update_vce_smc_table() 389 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in vegam_update_vce_smc_table() 396 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in vegam_update_vce_smc_table() 1210 table->VceBootLevel = 0; in vegam_populate_smc_vce_level() 2190 case VceBootLevel: in vegam_get_offsetof() 2191 return offsetof(SMU75_Discrete_DpmTable, VceBootLevel); in vegam_get_offsetof()
|
H A D | amdgpu_fiji_smumgr.c | 1437 table->VceBootLevel = 0; in fiji_populate_smc_vce_level() 2333 case VceBootLevel: in fiji_get_offsetof() 2334 return offsetof(SMU73_Discrete_DpmTable, VceBootLevel); in fiji_get_offsetof() 2411 smu_data->smc_state_table.VceBootLevel = in fiji_update_vce_smc_table() 2414 smu_data->smc_state_table.VceBootLevel = 0; in fiji_update_vce_smc_table() 2417 offsetof(SMU73_Discrete_DpmTable, VceBootLevel); in fiji_update_vce_smc_table() 2423 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in fiji_update_vce_smc_table() 2430 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in fiji_update_vce_smc_table()
|
H A D | amdgpu_polaris10_smumgr.c | 1305 table->VceBootLevel = 0; in polaris10_populate_smc_vce_level() 2223 smu_data->smc_state_table.VceBootLevel = in polaris10_update_vce_smc_table() 2226 smu_data->smc_state_table.VceBootLevel = 0; in polaris10_update_vce_smc_table() 2229 offsetof(SMU74_Discrete_DpmTable, VceBootLevel); in polaris10_update_vce_smc_table() 2235 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in polaris10_update_vce_smc_table() 2242 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in polaris10_update_vce_smc_table() 2351 case VceBootLevel: in polaris10_get_offsetof() 2352 return offsetof(SMU74_Discrete_DpmTable, VceBootLevel); in polaris10_get_offsetof()
|
H A D | amdgpu_tonga_smumgr.c | 1386 table->VceBootLevel = 0; in tonga_populate_smc_vce_level() 2644 case VceBootLevel: in tonga_get_offsetof() 2645 return offsetof(SMU72_Discrete_DpmTable, VceBootLevel); in tonga_get_offsetof() 2723 smu_data->smc_state_table.VceBootLevel = in tonga_update_vce_smc_table() 2727 offsetof(SMU72_Discrete_DpmTable, VceBootLevel); in tonga_update_vce_smc_table() 2733 mm_boot_level_value |= smu_data->smc_state_table.VceBootLevel << 16; in tonga_update_vce_smc_table() 2741 (uint32_t)1 << smu_data->smc_state_table.VceBootLevel); in tonga_update_vce_smc_table()
|
H A D | amdgpu_ci_smumgr.c | 1572 table->VceBootLevel = 0; in ci_populate_smc_vce_level() 2016 table->VceBootLevel = 0; in ci_init_smc_table() 2910 VceBootLevel, 0); /* temp hard code to level 0, vce can set min evclk*/ in ci_update_vce_smc_table()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | smu7_fusion.h | 243 uint8_t VceBootLevel; member
|
H A D | smu7_discrete.h | 339 uint8_t VceBootLevel; member
|
H A D | cikd.h | 50 # define VceBootLevel(x) ((x) << 16) macro
|
H A D | radeon_ci_dpm.c | 3629 table->VceBootLevel = 0; in ci_init_smc_table() 4133 pi->smc_state_table.VceBootLevel = ci_get_vce_boot_level(rdev); in ci_update_vce_dpm() 4136 tmp |= VceBootLevel(pi->smc_state_table.VceBootLevel); in ci_update_vce_dpm()
|
H A D | radeon_kv_dpm.c | 1499 offsetof(SMU7_Fusion_DpmTable, VceBootLevel), in kv_update_vce_dpm()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_kv_dpm.c | 1565 offsetof(SMU7_Fusion_DpmTable, VceBootLevel), in kv_update_vce_dpm()
|