Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_fixed.h133 static inline s64 drm_fixp_div(s64 a, s64 b) in drm_fixp_div() function
208 sum = drm_fixp_div(DRM_FIXED_ONE, sum); in drm_fixp_exp()
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_dp_mst.c466 avg_time_slots_per_mtp = drm_fixp_div(fixed_pbn, fixed_pbn_per_slot); in radeon_mst_encoder_dpms()
H A Dradeon_si_dpm.c1795 kt = drm_fixp_div(kt, drm_fixp_exp(drm_fixp_mul(tmp, t_ref))); in si_calculate_leakage_for_v_and_t_formula()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_si_dpm.c1887 kt = drm_fixp_div(kt, drm_fixp_exp(drm_fixp_mul(tmp, t_ref))); in si_calculate_leakage_for_v_and_t_formula()