Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dnislands_smc.h49 uint32_t TDPLimit; member
H A Dsislands_smc.h73 uint32_t TDPLimit; member
H A Dni_dpm.c1482 smc_table->dpm2Params.TDPLimit = in ni_populate_smc_tdp_limits()
1494 offsetof(PP_NIslands_DPM2Parameters, TDPLimit)), in ni_populate_smc_tdp_limits()
1495 (u8 *)(&smc_table->dpm2Params.TDPLimit), in ni_populate_smc_tdp_limits()
H A Dsi_dpm.c2183 smc_table->dpm2Params.TDPLimit = in si_populate_smc_tdp_limits()
2192 offsetof(PP_SIslands_DPM2Parameters, TDPLimit)), in si_populate_smc_tdp_limits()
2193 (u8 *)(&(smc_table->dpm2Params.TDPLimit)), in si_populate_smc_tdp_limits()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhardwaremanager.h354 uint32_t TDPLimit; member
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsislands_smc.h73 uint32_t TDPLimit; member
H A Dsi_dpm.h700 uint32_t TDPLimit; member
H A Dsi_dpm.c2273 smc_table->dpm2Params.TDPLimit = in si_populate_smc_tdp_limits()
2282 offsetof(PP_SIslands_DPM2Parameters, TDPLimit)), in si_populate_smc_tdp_limits()
2283 (u8 *)(&(smc_table->dpm2Params.TDPLimit)), in si_populate_smc_tdp_limits()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dprocesspptables.c1473 hwmgr->platform_descriptor.TDPLimit = le32_to_cpu(ptable5->ulTDPLimit); in init_dpm2_parameters()