Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dsmu7_fusion.h241 uint8_t VceBootLevel; member
Dsmu7_discrete.h337 uint8_t VceBootLevel; member
Dci_dpm.c3729 table->VceBootLevel = 0; in ci_init_smc_table()
4235 pi->smc_state_table.VceBootLevel = ci_get_vce_boot_level(adev); in ci_update_vce_dpm()
4238 tmp |= (pi->smc_state_table.VceBootLevel << DPM_TABLE_475__VceBootLevel__SHIFT); in ci_update_vce_dpm()
Dkv_dpm.c1566 offsetof(SMU7_Fusion_DpmTable, VceBootLevel), in kv_update_vce_dpm()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dsmu7_fusion.h241 uint8_t VceBootLevel; member
Dsmu7_discrete.h337 uint8_t VceBootLevel; member
Dcikd.h50 # define VceBootLevel(x) ((x) << 16) macro
Dci_dpm.c3593 table->VceBootLevel = 0; in ci_init_smc_table()
4094 pi->smc_state_table.VceBootLevel = ci_get_vce_boot_level(rdev); in ci_update_vce_dpm()
4097 tmp |= VceBootLevel(pi->smc_state_table.VceBootLevel); in ci_update_vce_dpm()
Dkv_dpm.c1493 offsetof(SMU7_Fusion_DpmTable, VceBootLevel), in kv_update_vce_dpm()