Home
last modified time | relevance | path

Searched refs:math_pow (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/
H A Dlib_float_math.c84 float math_pow(float a, float exp) in math_pow() function
89 temp = math_pow(a, (float)((int)(exp / 2))); in math_pow()
H A Dlib_float_math.h18 float math_pow(float a, float exp);
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12666 DML2_ASSERT(l->refcyc_per_req_delivery_pre_l < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
12667 DML2_ASSERT(l->refcyc_per_req_delivery_l < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
12668 DML2_ASSERT(l->refcyc_per_req_delivery_pre_c < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
12669 DML2_ASSERT(l->refcyc_per_req_delivery_c < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
12673 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
12676 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
12679 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
12680 disp_dlg_regs->refcyc_per_vm_req_flip = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()
12688 l->dst_y_per_pte_row_nom_l = (unsigned int)math_pow(2, 17) - 1; in rq_dlg_get_dlg_reg()
12693 l->dst_y_per_pte_row_nom_c = (unsigned int)math_pow(2, 17) - 1; in rq_dlg_get_dlg_reg()
[all …]