Searched refs:t_slope (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | ni_dpm.h | 81 s32 t_slope; member
|
D | si_dpm.c | 1754 s64 temperature, t_slope, t_intercept, av, bv, t_ref; in si_calculate_leakage_for_v_and_t_formula() local 1761 t_slope = div64_s64(drm_int2fixp(coeff->t_slope), 100000000); in si_calculate_leakage_for_v_and_t_formula() 1767 tmp = drm_fixp_mul(t_slope, vddc) + t_intercept; in si_calculate_leakage_for_v_and_t_formula()
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | si_dpm.h | 256 s32 t_slope; member
|
D | si_dpm.c | 1862 s64 temperature, t_slope, t_intercept, av, bv, t_ref; in si_calculate_leakage_for_v_and_t_formula() local 1869 t_slope = div64_s64(drm_int2fixp(coeff->t_slope), 100000000); in si_calculate_leakage_for_v_and_t_formula() 1875 tmp = drm_fixp_mul(t_slope, vddc) + t_intercept; in si_calculate_leakage_for_v_and_t_formula()
|