Home
last modified time | relevance | path

Searched refs:t_slope (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/radeon/
Dni_dpm.h81 s32 t_slope; member
Dsi_dpm.c1754 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/
Dsi_dpm.h256 s32 t_slope; member
Dsi_dpm.c1862 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()