Home
last modified time | relevance | path

Searched refs:VceBootLevel (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmumgr.h51 VceBootLevel, enumerator
H A Dsmu7_fusion.h243 uint8_t VceBootLevel; member
H A Dsmu7_discrete.h340 uint8_t VceBootLevel; member
H A Dsmu74_discrete.h300 uint8_t VceBootLevel; member
H A Dsmu72_discrete.h282 uint8_t VceBootLevel; member
H A Dsmu73_discrete.h266 uint8_t VceBootLevel; member
H A Dsmu75_discrete.h306 uint8_t VceBootLevel; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_vegam_smumgr.c377 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 Damdgpu_fiji_smumgr.c1437 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 Damdgpu_polaris10_smumgr.c1305 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 Damdgpu_tonga_smumgr.c1386 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 Damdgpu_ci_smumgr.c1572 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 Dsmu7_fusion.h243 uint8_t VceBootLevel; member
H A Dsmu7_discrete.h339 uint8_t VceBootLevel; member
H A Dcikd.h50 # define VceBootLevel(x) ((x) << 16) macro
H A Dradeon_ci_dpm.c3629 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 Dradeon_kv_dpm.c1499 offsetof(SMU7_Fusion_DpmTable, VceBootLevel), in kv_update_vce_dpm()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_kv_dpm.c1565 offsetof(SMU7_Fusion_DpmTable, VceBootLevel), in kv_update_vce_dpm()