Home
last modified time | relevance | path

Searched refs:tdp_adjustment (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/pm/inc/
A Damdgpu_dpm.h272 u32 tdp_adjustment; member
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dni_dpm.c1434 u32 tdp_adjustment, in ni_calculate_adjusted_tdp_limits() argument
1438 if (tdp_adjustment > (u32)rdev->pm.dpm.tdp_od_limit) in ni_calculate_adjusted_tdp_limits()
1442 *tdp_limit = ((100 + tdp_adjustment) * rdev->pm.dpm.tdp_limit) / 100; in ni_calculate_adjusted_tdp_limits()
1445 *tdp_limit = ((100 - tdp_adjustment) * rdev->pm.dpm.tdp_limit) / 100; in ni_calculate_adjusted_tdp_limits()
1473 rdev->pm.dpm.tdp_adjustment, in ni_populate_smc_tdp_limits()
2478 rdev->pm.dpm.tdp_adjustment, in ni_populate_power_containment_values()
A Dsi_dpm.c2104 u32 tdp_adjustment, in si_calculate_adjusted_tdp_limits() argument
2110 if (tdp_adjustment > (u32)rdev->pm.dpm.tdp_od_limit) in si_calculate_adjusted_tdp_limits()
2116 *tdp_limit = ((100 + tdp_adjustment) * rdev->pm.dpm.tdp_limit) / 100; in si_calculate_adjusted_tdp_limits()
2119 *tdp_limit = ((100 - tdp_adjustment) * rdev->pm.dpm.tdp_limit) / 100; in si_calculate_adjusted_tdp_limits()
2157 rdev->pm.dpm.tdp_adjustment, in si_populate_smc_tdp_limits()
A Dr600_dpm.c1028 rdev->pm.dpm.tdp_adjustment = 0; in r600_parse_extended_power_table()
A Dradeon.h1604 u32 tdp_adjustment; member
A Dci_dpm.c729 rdev->pm.dpm.tdp_adjustment : (-1 * rdev->pm.dpm.tdp_adjustment); in ci_power_control_set_level()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/legacy-dpm/
A Dlegacy_dpm.c374 adev->pm.dpm.tdp_adjustment = 0; in amdgpu_parse_extended_power_table()
A Dsi_dpm.c2211 u32 tdp_adjustment, in si_calculate_adjusted_tdp_limits() argument
2217 if (tdp_adjustment > (u32)adev->pm.dpm.tdp_od_limit) in si_calculate_adjusted_tdp_limits()
2223 *tdp_limit = ((100 + tdp_adjustment) * adev->pm.dpm.tdp_limit) / 100; in si_calculate_adjusted_tdp_limits()
2226 *tdp_limit = ((100 - tdp_adjustment) * adev->pm.dpm.tdp_limit) / 100; in si_calculate_adjusted_tdp_limits()
2264 adev->pm.dpm.tdp_adjustment, in si_populate_smc_tdp_limits()

Completed in 61 milliseconds