Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_fixed.h131 static inline s64 drm_fixp_div(s64 a, s64 b) in drm_fixp_div() function
206 sum = drm_fixp_div(DRM_FIXED_ONE, sum); in drm_fixp_exp()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_dp_mst.c462 avg_time_slots_per_mtp = drm_fixp_div(fixed_pbn, fixed_pbn_per_slot); in radeon_mst_encoder_dpms()
H A Dsi_dpm.c1790 kt = drm_fixp_div(kt, drm_fixp_exp(drm_fixp_mul(tmp, t_ref))); in si_calculate_leakage_for_v_and_t_formula()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c1880 kt = drm_fixp_div(kt, drm_fixp_exp(drm_fixp_mul(tmp, t_ref))); in si_calculate_leakage_for_v_and_t_formula()